Memory Pool Memory Pool Refreshing

11,189 transactions
4.75 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (389,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,900 517,900 00000000000000000002fb771deb2969e588b7c612878c50fe188a81b6132751 0.99 MB 1,647 42
517,899 517,899 00000000000000000017570680cf4530eaa7123f7bc9e3faf935d14d706f2416 1.08 MB 1,590 19
517,898 517,898 000000000000000000266f34c76d0e397bf32a7aa20a59e74506a822eb3abd12 1.11 MB 1,810 27
517,897 517,897 0000000000000000003b5a9adf2090a191178dde230ac8b8e6bb7081b115ac30 1.23 MB 2,381 15
517,896 517,896 000000000000000000280ce6c8ef112be76497ceb34ef2562028ad9a377fca9d 1.00 MB 2,180 25
517,895 517,895 0000000000000000002d5420040cff5ee7f26b0ecabb516b31124665d848ff65 1.15 MB 2,414 74
517,894 517,894 0000000000000000004ca50f17283b372d98f4ce83098f56fca577a3a2fb3bdf 1.16 MB 2,554 69
517,893 517,893 0000000000000000002ff4759d06c1aae26488b10f575c3991ec6563049edc39 1.13 MB 2,151 46
517,892 517,892 0000000000000000000afad0bffa52fc69000399d6eda64632a5bcb4d6a36869 1.24 MB 1,087 10
517,891 517,891 00000000000000000047797a6cc5541eb4446cfe3f292d13a73719f8155472a6 1.13 MB 1,197 14
517,890 517,890 0000000000000000004623a94f2c012f8b29bf4b09344c01fe6f5235388c58f5 1.14 MB 838 17
517,889 517,889 00000000000000000044a80b907ff452bd251e5f76557c1b757604d180b0e5c5 1.19 MB 1,791 11
517,888 517,888 00000000000000000030172b84152e0cb7885e8697be9b6171dd4299586e441c 1.09 MB 1,372 7
517,887 517,887 000000000000000000175f736001d763987c839deb266e4c9e28e90a76e542ae 1.17 MB 2,532 57
517,886 517,886 000000000000000000051ef33534ec458edeb5b6d8ef2f0cc22885bb7a1232a7 1.11 MB 1,206 17
517,885 517,885 000000000000000000105de590628d14e2e443576a9ea6558914db54a11f6404 1.12 MB 1,629 17
517,884 517,884 00000000000000000017f29c0e1b2abe539a0f2ede76db617c9dfc8c3bda5725 1.12 MB 1,976 37
517,883 517,883 0000000000000000003f4b375e1649dbff640eeee774d4fdd83ee3d85a500a50 1.20 MB 313 6
517,882 517,882 00000000000000000020c19ecb82ab65d269cd20e28cd9bcaa28dd01ecd88eca 1.16 MB 2,119 22
517,881 517,881 0000000000000000002441d5a47881cc1b988d131f37ff7e7c07ea4b6fddb36f 1.06 MB 2,221 15
517,880 517,880 000000000000000000394a424bbb8bf83f125acdfbfdf946e38cde05537dffe1 1.12 MB 2,592 28
Previous 10 blocks ↓
Total Size: 769.03 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,625.09 GB sent, 93.02 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.