Memory Pool Memory Pool Refreshing

7,432 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,142 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (45,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,854 861,854 00000000000000000002c7616144b3d0a654932e0b40490905e9efd3f1194db0 1.67 MB 3,786 8
861,853 861,853 00000000000000000000605c3c8df155eab4e28ef65459e46616249e8e9a4705 1.56 MB 5,010 3
861,852 861,852 00000000000000000002ad2b18ca72df3bac4dbaa2a2ff715a68449ef6a2bde5 1.51 MB 2,395 5
861,851 861,851 000000000000000000023dfe8729c36fe3bda183247ab64ec477e1ba2cf38625 1.50 MB 3,249 3
861,850 861,850 0000000000000000000188cce204fb9a4a125f6c0d0783e6a87641a0f6724c09 1.61 MB 3,247 6
861,849 861,849 00000000000000000001d2dada415a9d9e0868ce2a789273e08a4895abfc678c 0.00 MB 1 0
861,848 861,848 00000000000000000001e9b7beb6e888d42e9c18aa15f80b9491befd827d0a67 1.85 MB 121 2
861,847 861,847 000000000000000000030373a9275a01fdd5ce356938087d2b05bf036997560c 1.77 MB 3,880 2
861,846 861,846 000000000000000000009c97e9afce4bc259c6a2e9f576c42c998011ef464b83 1.73 MB 3,462 7
861,845 861,845 000000000000000000002568121b8ce191732805b49472e949811edd85335256 1.78 MB 3,353 5
861,844 861,844 00000000000000000001bbf094ddc68fe6d1216082044aff0656d6718c7ba76b 1.70 MB 5,897 3
861,843 861,843 0000000000000000000099d62df424dba21e80a80835f39121966f15ce0ac721 1.70 MB 6,050 3
861,842 861,842 00000000000000000002387ef1adc42cb97f1eda3106c3852af744ecd1950a4a 1.74 MB 3,809 2
861,841 861,841 00000000000000000002568d426b168fce2208928ff581ab54237531157338c7 1.81 MB 690 2
861,840 861,840 0000000000000000000294d85d56f3f48d747d6b97e01887f1d704ceda57f655 1.69 MB 6,049 2
861,839 861,839 00000000000000000002fb720ce801bdc4891838baaa35eed5148a0755f1aba2 1.67 MB 4,628 4
861,838 861,838 00000000000000000000db434ebfb9efbe92c7bc2a4df2aa6648096321af16fe 1.66 MB 5,597 4
861,837 861,837 00000000000000000001b4cfb6f64744ccb262dd2906b7e3c968ee38aedcb77b 1.66 MB 7,295 2
861,836 861,836 00000000000000000000632945743f9b9d25a2c30abf0ce94c9583530e64b054 1.68 MB 5,868 2
861,835 861,835 00000000000000000000a5b40e45d48aa090f0109752c3b2021048f34b3622f6 1.62 MB 3,424 6
861,834 861,834 00000000000000000000837036ec2889cab7882b0dd9e8425e3d26a4b1499365 1.72 MB 6,523 2
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.52 GB sent, 92.74 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.