Memory Pool Memory Pool Refreshing

19,359 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (789,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,866 117,866 0000000000007d5f3b702fbb0e91b91e7da27ca4c9c5d07fb77193cc340802b4 0.01 MB 12 783
117,865 117,865 000000000000a96320a03b8eb17386be3dd74724bbac6f51c5e358ac5a5f4f91 0.01 MB 19 787
117,864 117,864 0000000000001310a59ca84742e04df754b6170bdf886b05391cef0acd7713c3 0.00 MB 8 0
117,863 117,863 0000000000002c63bfb79920d6ef87074431752daa0d90c46160fe46011d58c5 0.00 MB 11 342
117,862 117,862 0000000000007512af60d3b16e481c540163370cdf35f88dba948322e36e2926 0.00 MB 11 1,563
117,861 117,861 00000000000071cc2514f3c09145385ac22ca92681ee6fc59ce50cec783ed04a 0.00 MB 9 690
117,860 117,860 000000000000618a47f55b782d1dc205a4ebcbfdcf6963867c51145f4e9d379c 0.00 MB 11 0
117,859 117,859 000000000000b740d07460a38aef7a46ba7839a9f34bc211771267b0c76c3db5 0.00 MB 7 0
117,858 117,858 000000000000ac9773267f3e1ad456cebd22ab245fc56447efa29fb5e2d4ed71 0.00 MB 16 678
117,857 117,857 0000000000007ae95e8be04da2ee51501d6dd9318bfc846f3158d8cb44c94388 0.01 MB 4 549
117,856 117,856 0000000000005f3d399311188a9bfc53c23b73898ca9f74352011f3fc892b584 0.01 MB 15 777
117,855 117,855 00000000000085d9d3e022363923803ce8a6a4c56a394e5d7f70f118e14504c6 0.00 MB 11 0
117,854 117,854 0000000000000b605810c8688f37ccd391da419c4d84e8b4ee0f237cf08b13e1 0.00 MB 10 328
117,853 117,853 0000000000007de15d396c2d8ddc5243f38f4a0c77b087b0488fe46f5cc1737a 0.01 MB 27 637
117,852 117,852 00000000000000aab70cd2c2ef5f57c631d48c46a9e67a36930a33f76e99254c 0.00 MB 3 2,285
117,851 117,851 0000000000009975d2c83d28a3e17c1efdf7e5758c2c07de3bb88ea479ef7b8d 0.00 MB 9 336
117,850 117,850 000000000000584aee558fd7e8ef1e1f2ef53cd51a4e1c286cf7af5f045bb267 0.00 MB 7 542
117,849 117,849 0000000000003e1e8d7852c4e94d73eed9b4b5c8b73cac77a56f913e4fb12ec6 0.01 MB 45 287
117,848 117,848 000000000000525dd01a831c3f7463b51d077a933ed49e8ab5ba0a63dc37ec38 0.00 MB 3 0
117,847 117,847 000000000000532660ba9f3ac51f3a9ac5b2ae4dbcb1293984b5115a10ef530a 0.00 MB 12 0
117,846 117,846 000000000000a490d9137dff5b629d4b6113633f012194dd7356e0b5fc32f4c7 0.01 MB 41 855
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.