Memory Pool Memory Pool Refreshing

4,257 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,353 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (46,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
860,792 860,792 000000000000000000004dc5b842ae571e4c5aad46689a7bb8e6959130e328ec 1.63 MB 6,667 4
860,791 860,791 00000000000000000001f38fad4dc43a9435f5fea239212f78d56cc94863f670 1.66 MB 7,422 2
860,790 860,790 0000000000000000000052c929069021275ed5c17341f8ce0f4ccb62122c3f5f 1.63 MB 4,509 4
860,789 860,789 0000000000000000000048c2a3038ed97ad6aa4cc8a454b3b1bd6ed0af5e2d39 1.61 MB 3,478 4
860,788 860,788 00000000000000000000bb59592f994ddf58fcb22506e88e5db6447815d07700 1.50 MB 4,348 4
860,787 860,787 000000000000000000004c2509981420f57ac04edaabee5c2fef52f8c4dcaeff 1.64 MB 7,115 3
860,786 860,786 000000000000000000025473c9cd4d21e200fb9e4b0cdae99cdc88237bd4d312 1.61 MB 4,710 4
860,785 860,785 000000000000000000017100abbfc0034e4c347e649a367b1be367b09183744e 1.74 MB 4,812 4
860,784 860,784 00000000000000000002a2d4ae7a01dbe7a9fb58ea73ce5ddb72944efab0a98e 1.69 MB 5,927 3
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.