Memory Pool Memory Pool Refreshing

12,714 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (640,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,114 267,114 000000000000000436172baa144b6a4cd512361245e61824d79fcb30120c639a 0.14 MB 322 76
267,113 267,113 0000000000000006b9fa38ce3cee6e1ef359ea821eea11601018930a4d726634 0.18 MB 405 80
267,112 267,112 0000000000000009daf0fa32682ff67b3ee51ea7fba554910bea4218dce7938f 0.08 MB 143 43
267,111 267,111 0000000000000008cb3af4bdb4410f282c087437f6b385e0c2063144ea5dc966 0.15 MB 344 80
267,110 267,110 00000000000000001d3d641f0e2206b016a423ee2d837c951a22ac1301663095 0.11 MB 271 60
267,109 267,109 00000000000000065a68d236f0a3f72a79642475d6b4a8864753981b9109343d 0.04 MB 100 19
267,108 267,108 0000000000000002aba0892986693ed7d91a35aef4d7097ba7070463200ca34a 0.18 MB 441 114
267,107 267,107 00000000000000049f0e3911c4fea46cf3cca16a7e2ed406e75ea021e9b76f85 0.10 MB 85 11
267,106 267,106 0000000000000007313d528aad7ba067b363818d042f95e92d7e44065e318a35 0.25 MB 613 81
267,105 267,105 00000000000000061e8770871b76ccf257fdfee091c53195502ed37c73db14e4 0.25 MB 659 92
267,104 267,104 000000000000000151edbb44f3846a1ff406edcce3db6f0527258c0b1a9cbe03 0.49 MB 693 53
267,103 267,103 000000000000000a0c4a3325be6daf3072322a5dc0198d44a9a3c99fe8e00167 0.17 MB 403 75
267,102 267,102 000000000000000a6b91b2e7faa2e26c0fc30a45bfe21e0a9e395d6d4c43bcb0 0.19 MB 439 114
267,101 267,101 000000000000000563fb24a9667cd58ea007fa5b113007279f679d98f157d167 0.20 MB 539 95
267,100 267,100 000000000000000a8afe3b83be84227d110a2cc11f316170ae8c4104974cedfb 0.16 MB 370 67
267,099 267,099 0000000000000007a25513db23a627b4a8349db0e66c39e8c21816ca9d2515b5 0.27 MB 602 77
267,098 267,098 000000000000000ad5a20d8f494b810af0351e93d95b98c501e1e2bd8c328173 0.19 MB 346 91
267,097 267,097 0000000000000008477f4fc9dc512598b304b9748b3dd7fba387bde0672d4eed 0.26 MB 510 65
267,096 267,096 00000000000000054a75def68bcb258811b71af1ed00d8f1c12dbddd17f94079 0.01 MB 30 29
267,095 267,095 0000000000000005d5eb5c6f50b9802857077ec2256fda682e80d2aabff29b1a 0.15 MB 329 75
267,094 267,094 0000000000000003450c5d0a473a6c7ab44f6a77c0038db08b789ae78313a89b 0.25 MB 694 81
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.