Memory Pool Memory Pool Refreshing

12,162 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (557,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,829 349,829 000000000000000009e6a0b5a2b1ac421fcfb2205c76bbe1ba79aab63f3a1399 0.75 MB 1,469 27
349,828 349,828 00000000000000001484fbf9c04bbf90cbc4a1f53d74751459dc084b3a79f1fd 0.55 MB 914 21
349,827 349,827 00000000000000000e9760b2eaae405261f1e2c409282b854dbc4149f76c8d27 0.00 MB 1 0
349,826 349,826 00000000000000000887c4e4e777deafd22501f0f11468cadde128d405426211 0.28 MB 199 14
349,825 349,825 00000000000000001194e0e9fa3dc0b0de25709ab3732810d8a8a3490936e042 0.75 MB 1,601 35
349,824 349,824 0000000000000000083c4d974e0cbafd1fc9d7c70c75e01b3544fb8404308726 0.57 MB 1,153 31
349,823 349,823 000000000000000004e23474361227470951529eda978c94f74be56f5146ab31 0.61 MB 982 25
349,822 349,822 0000000000000000074f5c4df0773395fffa042c49d99adc0086472f53028413 0.68 MB 339 15
349,821 349,821 000000000000000003b7c63a5332e6238a607ef397081b2575175c5d2e20881a 1.00 MB 1,577 24
349,820 349,820 00000000000000000ffc3eeffad267e187d28bab33277d91b413b9262b3d1662 0.73 MB 304 5
349,819 349,819 0000000000000000142a74915a80dc384801249729923a330b36ef1b4cb6875c 0.73 MB 690 15
349,818 349,818 00000000000000000534904572a4fc9ef150bad24bba3e3336b36c3f8bcda270 0.75 MB 429 12
349,817 349,817 000000000000000008614d5ddf34c644bdcaaa37a279f7ab73e9c3d2ba6d58e0 0.75 MB 558 16
349,816 349,816 00000000000000000c9263d8d237e0fc46d885c83695845e205caae26b032a64 0.75 MB 1,007 22
349,815 349,815 00000000000000000336f98ec1c262a7860dbcad6677db33ed08a8f2679849b6 0.75 MB 448 14
349,814 349,814 0000000000000000133484bbaec336d9e68bcea9dc5b2b22cf616a3bd51438ec 0.75 MB 1,023 21
349,813 349,813 0000000000000000156a115b2c2155b0a72383dcedfc3107f642488468559d8a 1.00 MB 347 4
349,812 349,812 00000000000000000ad24db2a83e88704cf6d9c6594ea90c96529d01732ae5f2 1.00 MB 505 14
349,811 349,811 00000000000000001453aa26a85b7b072056943585917a5a0c6b4536a0a47c5a 0.00 MB 1 0
349,810 349,810 00000000000000000cb638ffdf802dafa382f6712e0c2076cc829ba31a98d536 0.75 MB 1,971 33
349,809 349,809 000000000000000003dce6d89a6d6559732bdebe65ac543a116a6c95b025a2f0 0.52 MB 881 20
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.