Memory Pool Memory Pool Refreshing

23,079 transactions
6.60 vMB
Show Random Selection Loading Transactions
Max Size: 40/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
901,534 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,858 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,533 (632,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,899 268,899 0000000000000007787cfc75521a97eeaa07f11228bb7cfd0b1454b0d82c4e36 0.25 MB 471 78
268,898 268,898 0000000000000001d4e81d421b9aa73509ba8a425b3c84501ef6014b87a91d2b 0.12 MB 280 93
268,897 268,897 0000000000000002c43a6b0ad3efc4c4e43125efb6762bff49838ba41777e59e 0.06 MB 127 51
268,896 268,896 0000000000000000a4c698b9df7df721175a0053e8044061c9a83aeb36b6617f 0.04 MB 80 23
268,895 268,895 0000000000000000a3de08cba1d36df6d7991c70fc2f8a4324dd7636d99f901c 0.03 MB 68 19
268,894 268,894 0000000000000005cca8e64939bf4c1aa77c5f1d1b505a34d52b18fc6e192b20 0.15 MB 226 63
268,893 268,893 0000000000000000f719d72080111ebea6e4c90ad1bb9e5b2a4c382152197818 0.19 MB 389 76
268,892 268,892 0000000000000005d9df0a04758d7159360d5062555411a43fa40955be6bf4b0 0.18 MB 224 28
268,891 268,891 00000000000000016f0f410166ff5e8dc8a2dae4f99de134c3676c9366e58ee4 0.25 MB 641 50
268,890 268,890 0000000000000000038a47b7ce75d7cc93bbcd2c1833bd8fba9aebe8de869084 0.25 MB 510 121
268,889 268,889 0000000000000002ca7dd82f1ab971275dbf846bd53613ef57f8d4a759a6ad1f 0.20 MB 338 57
268,888 268,888 000000000000000055abf36f36d3b8b6e7c861f3654162cda6a675e28b36c915 0.26 MB 611 73
268,887 268,887 00000000000000040e02e614ffc6a0caea0e3a305893a9b9e85a47c4cb709653 0.31 MB 718 57
268,886 268,886 0000000000000000785ae93d5cc8938ebb9fc74f2182a57d48d189d9f0815354 0.40 MB 843 59
268,885 268,885 00000000000000028260e5f55c078c69568044e34361ab50c115a6956a78c6c4 0.20 MB 507 93
268,884 268,884 0000000000000007d64b33f04f95af327c9151bb72d25d59ebe7f6f199ecbda0 0.01 MB 35 75
268,883 268,883 0000000000000005506b55b9c38cc00c76343854b46e8f9e40467f084cbf98a3 0.01 MB 20 62
268,882 268,882 000000000000000730c9062af43ca6ce1d91f13893c5ddb1129de35b2334f573 0.04 MB 97 68
268,881 268,881 0000000000000002f39a32a4be8d3b5f77206ef5eb7bdc65e6743429a84f707c 0.06 MB 141 60
268,880 268,880 0000000000000003d63eee320c70dba42b75c5d7de1798c509c7bead107f20bc 0.05 MB 72 53
268,879 268,879 0000000000000004bed85933df7d19abba680d5191de9ea428c0c1ad6fb15aa2 0.21 MB 379 76
Previous 10 blocks ↓
Total Size: 758.36 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: 737.37 GB sent, 38.66 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.