Memory Pool Memory Pool Refreshing

3,471 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,235 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,469 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,234 (826,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
81,292 81,292 000000000001deb6d104660e07f1f9d36159307a8d0ef3e94cf8f7621eb89b5c 0.00 MB 2 0
81,291 81,291 00000000003d4fdb39ce40381b7b7037329fdac62e241b03b7097e432e1364d0 0.00 MB 2 0
81,290 81,290 00000000001905b5bc0a78d5cd70c552db35d41421e51865af7b0645f2d08e87 0.00 MB 2 0
81,289 81,289 00000000003b4bcc20da8f5a9c30a348c9bc8ece71ec3953bc79637d9bd2d296 0.00 MB 2 0
81,288 81,288 0000000000041a91a2f84d68ed6fed7a60a3a125f008c13e8d106c9c8783bbde 0.00 MB 4 0
81,287 81,287 000000000016ea1c213dbd371cd1d094316ee56000f9167cc095a3f2e960ecf9 0.00 MB 5 0
81,286 81,286 00000000000e15f7296316f3e5e6eaf869d7920f600d165c3d39d11e71b711b3 0.00 MB 2 0
81,285 81,285 0000000000083fb8438e13c0c0f1f4aee6aaaa81d88e3ed105d9637870ee96c7 0.00 MB 1 0
81,284 81,284 000000000022f0a1054c0fde453fa20741849e924ec703358fe87c40fe96806a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.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,685.90 GB sent, 97.78 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.