Memory Pool Memory Pool Refreshing

18,322 transactions
5.88 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,391 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (493,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,898 413,898 000000000000000000ce3c2d9ca0eaed2a04fe7221f0b47cd79c49d65f0cab7f 0.12 MB 155 31
413,897 413,897 000000000000000003612dd6f967b419a2afa742e3cd2ec74a3394c46c794289 0.73 MB 1,641 48
413,896 413,896 000000000000000002dc7b26c04d1627d4a970575e601571dd60c0ca91362d73 0.14 MB 224 34
413,895 413,895 000000000000000002b662729525d6ba8208cf8c57057ad90458a181b7eb17e9 0.72 MB 1,642 49
413,894 413,894 0000000000000000020b8a5a76cacc9360d2fcea4ecffaaec84b801ebb01b5b5 0.27 MB 412 55
413,893 413,893 0000000000000000024fe790a14df37ad54c3b883f8d77b940976afe85012ef7 0.06 MB 90 40
413,892 413,892 000000000000000002c0288d89c77860ad4f64ed11bedbd30100b2d6481cc111 0.93 MB 104 9
413,891 413,891 00000000000000000376ae92067b06da1fc2d9fad2515cbeaf7713cb711d8cc9 1.00 MB 1,612 40
413,890 413,890 00000000000000000323d7c4369e8cefa4a8e2a679e880cffc0485a93d6b48f9 0.98 MB 1,398 37
413,889 413,889 0000000000000000036d8de9160026baa6b39bf3f59e983b532297942a430635 0.00 MB 13 115
413,888 413,888 00000000000000000153b83f845c62905b556d7e26ff64eab60df1d102b6d53c 1.00 MB 2,160 53
413,887 413,887 0000000000000000041362ce85fedf6fba2e0040eb0d01e8a8f976f9da02bb66 1.00 MB 1,922 57
413,886 413,886 00000000000000000182daf64550e126cc7964249b643a25f5b267a26dff498f 1.00 MB 1,158 54
413,885 413,885 0000000000000000017b295e363be8e58380d3dbff0878387155740b0ba027d5 1.00 MB 524 23
413,884 413,884 0000000000000000047ed3a68af7e5046fafea8d6506277ad4c4ef1632b29d09 0.98 MB 985 38
413,883 413,883 000000000000000004eab14a67d85e32afbc66dece553233fee70563d2cbdee9 0.99 MB 683 21
413,882 413,882 0000000000000000001396505324b7201922ba913b5fdd0bbb9a96c2ff1a5d2e 1.00 MB 1,444 43
413,881 413,881 000000000000000004dfa2f77ab7be329736f8a707d8a9fc24f81b05a2a6c8a8 1.00 MB 2,184 51
413,880 413,880 000000000000000002a6058ce6d35cc91fbd2525297a40e430f27a88af8458cf 1.00 MB 2,562 62
413,879 413,879 0000000000000000014c1b317032b69d265502f38c06a9f81f9618151017a28e 0.99 MB 1,128 28
413,878 413,878 0000000000000000014ad8b8420f4af8e5ef93742fabf2e3538a0efffd6148f6 0.18 MB 233 64
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.31 GB sent, 92.99 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.