Memory Pool Memory Pool Refreshing

1,461 transactions
25.07 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,193 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (826,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,313 81,313 00000000000ba70a27dda75549223297150adf58ed134575d8d7714e4d3f16fb 0.00 MB 1 0
81,312 81,312 000000000003cda2c2b112318ecbdc7b70726a340b8661e72c06ce0d0011553a 0.00 MB 3 0
81,311 81,311 00000000000dd9faa21615617d1acb2ee9d79bfec486578e5dfcdefb2379d872 0.00 MB 1 0
81,310 81,310 0000000000031e0642fd4fd89df5ccb0c2369576045427958fa35bdee29e2e39 0.00 MB 3 0
81,309 81,309 0000000000123d10e797d178fc209d28e90d166d81df819fc0d46928c0d29d9d 0.00 MB 1 0
81,308 81,308 00000000000005134709f3bfe667a307202d7e23d001142afbd03e9a7c225076 0.00 MB 1 0
81,307 81,307 0000000000192d766ca7e8f27e7167152e1a43293f1b62507ca61bc5c3861378 0.00 MB 1 0
81,306 81,306 00000000000c7ab10e13ca5df4884d438e0d3cc95ebd5fa8cf3b3d3384b41577 0.00 MB 2 0
81,305 81,305 000000000030dd9396cb1a0686e1ab65413ff43bb74273b02094fe5f7bf12116 0.00 MB 7 0
81,304 81,304 0000000000112efb539ac3cc7cefcc0216b42d9b2a21a73e1134656a5d215898 0.00 MB 1 0
81,303 81,303 00000000003528aa7e5819b1a394cae84a455571bbb6790c043e68d4834cdb1c 0.00 MB 3 0
81,302 81,302 00000000003c72677464092330fe4f46df3198ec0b3f28438385d68e1be4df13 0.00 MB 3 0
81,301 81,301 0000000000348c2397975205911d20fae828f26f67e294cccb4aa0f786ebb71a 0.00 MB 5 0
81,300 81,300 00000000002c4aee85bf8f856957ce333540d56ba570757019803962ff87816f 0.00 MB 2 0
81,299 81,299 000000000023a75ba6ef019c0095195ad2356c9f0a44e7d9d696502f1c45b140 0.00 MB 1 0
81,298 81,298 000000000024fc8bd23fb1ac49ed83d18a3d5504ec872aca76db1483927ce774 0.00 MB 6 0
81,297 81,297 00000000001ae40e356a38446c726b325b6e3e29efea5e8cb646707f21f2ef14 0.00 MB 1 0
81,296 81,296 00000000001611b7e4c6c3d9045acb528e31fdfa300cae324393ea93ef42ca9e 0.00 MB 1 0
81,295 81,295 000000000020626e1796f964eb5d76d1f67fc8cca11c55d5ff250b8fe01e4cab 0.00 MB 4 0
81,294 81,294 0000000000374d385d8bf2a10b120e2ce0c7b02864bd57db3734b6e1a9196034 0.00 MB 2 0
81,293 81,293 00000000000efdea8fec3649368ecb0a9c1ed8a9d45b5cbfd70e6eab2fbc6e95 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,696.87 GB sent, 98.58 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.