Memory Pool Memory Pool Refreshing

10,616 transactions
4.41 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (841,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,880 66,880 00000000046ddaeb8147921a3e60f346d37b143444cd5a07d11b20fcf8ce40f0 0.00 MB 1 0
66,879 66,879 000000000278452349aa62642b1cd76e066c233fb6ee7541b521ce26da4c36da 0.00 MB 2 0
66,878 66,878 000000000001197aeb3b6f930e10dfefe60fff12188431d8795d5618993d3eee 0.00 MB 6 0
66,877 66,877 0000000005124ef571d4545b9daf332a00b76374f05b6501ccc42baf9dd74652 0.00 MB 1 0
66,876 66,876 0000000001bd92568c22adbf4e79eccf80e1e92071d8193dda51d5405f5f5985 0.00 MB 2 0
66,875 66,875 0000000003c66bf99eb4e8d447e4ecaecfebd1d546f36bcd68b2b159eb4a05db 0.00 MB 5 0
66,874 66,874 0000000001d9e9fb02ba7a4006b6fbb001731c6b89941c64473455ecf44c7171 0.00 MB 2 0
66,873 66,873 000000000456ca627eef7122cf9d1dd954c296df0d721d0b2d570546bd962c0f 0.00 MB 2 0
66,872 66,872 000000000588ccd13b8c1fa05c5369526e1854f9fa8670d56cd37edb6602fc59 0.00 MB 2 0
66,871 66,871 0000000001a1508e209014a9ac8334c2c2bdebc9755223bf5d5780073453451d 0.00 MB 3 0
66,870 66,870 0000000003191851653dad53c74c14d4ffe12d8a56f19e89acd5fcde62ea35dc 0.00 MB 2 0
66,869 66,869 0000000001a3e539055041ea98b2126ca6d518616c1daf8db34fdc2e6a64106a 0.00 MB 3 0
66,868 66,868 0000000002d9e911aea95617a7c4c3560f6d2f4e50f0c97e31cff3242fb0da10 0.00 MB 2 0
66,867 66,867 000000000097c265c24cb8a8bf8af406cc559fdf2a8fc4643cd83695a379449b 0.00 MB 4 0
66,866 66,866 00000000057779bbaaedf9b9335fe4912ddce0d3101a29c85869237eec1ad7a7 0.00 MB 3 0
66,865 66,865 0000000000bb9e423fe2b25254f17d76ac098e36ba7e3fa3e6b2fca344bc4bab 0.00 MB 2 0
66,864 66,864 000000000527aac14cd86562a13b61fb8e56a548cd693d50d5ee5f82c73b6942 0.00 MB 3 0
66,863 66,863 000000000336f551abe092cf9e30413eeed8a5cf6544b14f9b2a29a1e8adb379 0.00 MB 2 0
66,862 66,862 0000000000b817ec8210d3b6024e902a4c2e0dbfe81cdb0893de14e9a23b0ba8 0.00 MB 6 0
66,861 66,861 0000000003a9699c345e63fbfed349c0489b2d137f4f19933191c2c259823404 0.00 MB 2 0
66,860 66,860 000000000030b78fd61a1dd2a9117921f940a1ace15cdda017529488e242297f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.73 GB sent, 100.87 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.