Memory Pool Memory Pool Refreshing

42,172 transactions
27.82 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,246 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,018 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,245 (15,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,813 860,813 00000000000000000001972e30e565ca881a33c289e2f5d874b45a120df5c280 1.52 MB 3,161 6
860,812 860,812 000000000000000000015fadb76810f298e25556f874dbcd6e5b1597334bd9db 1.51 MB 2,029 3
860,811 860,811 00000000000000000002f8cd15accc0ca0e906570576b6617e0561a7963f010d 1.55 MB 2,915 7
860,810 860,810 0000000000000000000093b775137b7b867849cb1f3d0ac332e050de8d36d3ec 1.53 MB 2,851 5
860,809 860,809 0000000000000000000157f89658d4c74f66951311f89ef3692b56eb8308db05 1.46 MB 2,900 7
860,808 860,808 00000000000000000001ccfe27f66e18de56e89ae1d095773dcfb8dd85cf4c9a 1.58 MB 3,595 6
860,807 860,807 00000000000000000003038adf5406884af5721a5c0e9e9206e4356c6d111859 1.59 MB 3,464 8
860,806 860,806 00000000000000000000900da842c17873f3d7e636f1c4ffb0302dddcfe39497 1.39 MB 3,241 15
860,805 860,805 000000000000000000023790c8360e16c709a8126853b9fea64d53c5d02affd6 1.64 MB 7,720 2
860,804 860,804 0000000000000000000120befa3e655deabeeae220c0d3fbc28129da081336c0 1.50 MB 4,127 5
860,803 860,803 000000000000000000027228d0ef1912cb7404e19d7e898af2f0eb3dfa266d7e 1.63 MB 7,200 2
860,802 860,802 00000000000000000001e1808543e1331eadc31c6c01f10ac4a931af7430e581 1.54 MB 3,335 5
860,801 860,801 00000000000000000000aba3d09157a36fdf0325886870e4fa33a42af4e81a51 1.59 MB 3,502 9
860,800 860,800 00000000000000000000d4d94e08d4faedb443f0fff8880c25a0afc697699cfd 1.68 MB 3,995 5
860,799 860,799 00000000000000000001c2c8be806b8e1fd1e6c91c6725255542cc3f98414e9a 1.75 MB 5,059 4
860,798 860,798 00000000000000000002ad0b7c81cbe1a9c0e3425e9d4210ea3364d898ea2bc3 1.59 MB 2,472 5
860,797 860,797 00000000000000000001748b05fc27d1f78fba5d2148bf1ce69583977467efb7 1.54 MB 4,101 4
860,796 860,796 00000000000000000001fbb1af116985d99b17e3a4f7ee39b613a4526eae94fb 1.55 MB 5,146 4
860,795 860,795 00000000000000000000aa069d7e2c7627856f4cf1fe705f78d8ee703fa5d45e 1.64 MB 5,723 2
860,794 860,794 00000000000000000000b98b2c0282d5e99d6aabcec4df0d7fa973896e57bbc3 1.68 MB 6,568 2
860,793 860,793 000000000000000000011b711974a31894dd5ac4702b887d28f99beb3e0ada7f 1.64 MB 7,136 2
Previous 10 blocks ↓
Total Size: 710.94 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: 756.38 GB sent, 17.93 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.