Memory Pool Memory Pool Refreshing

18,817 transactions
6.02 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (553,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,331 354,331 00000000000000000fe91ebe72e660df088613bcd925e53f850a4cfa802ecf70 0.33 MB 685 27
354,330 354,330 000000000000000000f06ded53d58b9fc60f7353b44bf8c311a7c6b57a591f4f 0.70 MB 1,541 26
354,329 354,329 00000000000000000db57cbe3b23cedf28b9b8ea4e5f90de9a2a7de442ebf8cd 0.41 MB 809 22
354,328 354,328 000000000000000007ba5fbb39edbd6653a39d555f86a0ae8f62445128a18dc9 0.57 MB 1,285 30
354,327 354,327 00000000000000000f0d2eafedeec95d2c6ea7f27de379523e494b2a86b51eb1 0.27 MB 497 26
354,326 354,326 00000000000000000e75cb020a699b5bf0da38e3fda15a377d7fe18f4015fac0 0.33 MB 676 27
354,325 354,325 00000000000000001335eea9d396ecad088aeed6e6902668063fa133b82ff256 0.07 MB 104 10
354,324 354,324 00000000000000000f225faac529b7b288bfa4b5e98dc61abfe4c2ce4c27d4fc 0.50 MB 950 31
354,323 354,323 0000000000000000158a0dc1d6a7a2c1191f7b91e2a5fecaff8fd2e07751628e 0.16 MB 244 23
354,322 354,322 0000000000000000093a5f0c54cb0417e1e2e5b8c63b06bab62b901e9a82c542 0.21 MB 359 31
354,321 354,321 00000000000000000c00e88060ccd3c345b2b4fc7cfd31c107b03c2feb8d35ab 0.36 MB 585 12
354,320 354,320 00000000000000000be01d72a67c8a80b1e89086144fd390e4efe1f17c8ab532 0.78 MB 1,490 28
354,319 354,319 000000000000000004ec17afb50943ac3b3dfbb12f5abccbb0d9f40dc4db7839 0.75 MB 1,719 32
354,318 354,318 0000000000000000097eca9c0e961b3ded4d7b70d9703951d6f5af76dd68707a 0.10 MB 137 17
354,317 354,317 00000000000000001152538dd473b6f36bf4f40c4bb9cb399529410ba20a40ad 0.29 MB 564 23
354,316 354,316 000000000000000015baf59727e02776a59a7d780c99deac8cca2024611b30db 0.56 MB 671 18
354,315 354,315 00000000000000000cdad6a9bbefde76ffa3b30a2066075a1d5a50f12477455f 0.75 MB 1,782 32
354,314 354,314 0000000000000000125510a07a0e9e393d290ef525b32a84ac787281426c0a71 0.21 MB 478 34
354,313 354,313 000000000000000004168cfb2c58e97cd11eb50b8ed9429970b419d601151e0f 0.96 MB 1,869 25
354,312 354,312 00000000000000000c722def63630002bdffa831b1a06a10e1978dc6dddc1d78 0.75 MB 1,535 26
354,311 354,311 0000000000000000092a1a003813ae21db2962753400aa202aa1b2c6c6f66076 0.28 MB 1,024 54
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.