Memory Pool Memory Pool Refreshing

5,011 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (15,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,999 891,999 000000000000000000002fafc926a35b48870a5f956e5255331c6d80d397c68e 1.38 MB 2,584 2
891,998 891,998 00000000000000000001a7b50cd57bdbb92537f71dba780fd38efe4d4687c21b 0.67 MB 1,057 2
891,997 891,997 000000000000000000020dc6250c3f091630ad5fd6a48e81caea490a3ce2080b 1.29 MB 2,364 2
891,996 891,996 000000000000000000006b83de22fd88c4b05184332b1460974a7f4cd0344ffc 1.52 MB 3,301 1
891,995 891,995 00000000000000000001fa0d84fb213d4908eb4c51541f3270f8991fb11320d7 1.65 MB 3,919 2
891,994 891,994 000000000000000000017f20d197012bb67fbd0b39aa7b0000f57be4982fdd80 1.57 MB 3,512 2
891,993 891,993 00000000000000000000dfb32217b32404e979fe4a1ac0f00700fe6518b0b879 1.58 MB 3,698 5
891,992 891,992 00000000000000000000f9ef99f08ad49e27c03ab59e60a96e4912afc4acbf20 1.49 MB 2,203 1
891,991 891,991 00000000000000000001523736d96fbf4fe8ae5165ec11409db103830ef3d007 1.57 MB 2,745 2
891,990 891,990 00000000000000000000f0ce9f58aff44308be2dc9c7b61874fa5185ef9db6ff 1.51 MB 3,329 4
891,989 891,989 000000000000000000016df4c9bbae48a90b621e866555345f39fd0d8ba43894 1.53 MB 4,062 3
891,988 891,988 00000000000000000001a9793b32b1a8fc0ec2577ed55fb951d53d3fc50960be 1.53 MB 3,370 2
891,987 891,987 000000000000000000007dc83b854ed5d0426e6db9a27c1c96236880814b7466 0.18 MB 271 3
891,986 891,986 000000000000000000004d173c27215a68eeab96202d6486d80f53feb0344a8f 0.01 MB 22 3
891,985 891,985 00000000000000000001f754fc0ef1016fab26f67b23ea6268bab941363b1b8e 0.21 MB 364 3
891,984 891,984 000000000000000000015708cb018c7c18f3da9e7d34ff7aad855f46fef72990 0.82 MB 285 1
891,983 891,983 00000000000000000000f8bbd674ffe4351b456cb50c3430701306dcb33cedae 1.32 MB 2,395 2
891,982 891,982 00000000000000000000ecd1044c453dbd497fd3d4708588699666fac1cee91c 0.44 MB 772 3
891,981 891,981 000000000000000000019183c69e2bc228dccd002fe3008a118924d16605f92c 1.30 MB 2,243 3
891,980 891,980 000000000000000000015e2b9ec5687e8ca6a12aa382c9e43a9d72e7258844df 0.23 MB 470 2
891,979 891,979 000000000000000000010cf69cba2a628ae07b71a97aaf3b49e946f8a469a000 1.58 MB 2,829 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.