Memory Pool Memory Pool Refreshing

2,274 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,250 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (9,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,286 898,286 00000000000000000000d067874fee73bbe525e3b8a539534abfc2f2e4544deb 1.67 MB 3,147 2
898,285 898,285 0000000000000000000192586eaad5e6df520f1047c03dea219c39cc9d8c1f8f 0.96 MB 1,747 2
898,284 898,284 00000000000000000001691389f0a99165e35bec9712ac336a283c38f9baf6fd 0.80 MB 1,452 2
898,283 898,283 00000000000000000001ec6b8818cbb07800d54e7b3d6927c742debd896a7d9e 2.06 MB 2,969 1
898,282 898,282 00000000000000000000a063f5a7a3a3642b865db6baa8e44e29bfb96099b223 1.63 MB 2,537 1
898,281 898,281 00000000000000000001be3a8cc658d3bc8ae5cf48196a8baa53dc7277ea0f60 1.67 MB 2,350 3
898,280 898,280 00000000000000000000e534ab46232c8b10e068693de2d11eef6c6133ae936e 1.76 MB 1,720 2
898,279 898,279 00000000000000000000912474b7360c53c6f27c9669dd2fbf8ff92fa039aa93 1.62 MB 2,201 2
898,278 898,278 00000000000000000001bfdcad957c2e294eb97ff54bcb0a53e236f9e41a78b0 1.77 MB 4,008 2
898,277 898,277 00000000000000000000cfeda13214093f4c8a7467d06fd0b1f5004ff0ee8015 1.36 MB 5,157 4
898,276 898,276 0000000000000000000061feb4e218e55fed3c01b0897440c55e1d419aee1f76 1.65 MB 4,128 4
898,275 898,275 0000000000000000000023f9933900afd3e03c8fa42d0aa8e633d05016761937 1.69 MB 3,000 4
898,274 898,274 0000000000000000000203e78c466c32a4575dc514e11a8070e692ad08f39ea5 1.60 MB 3,459 7
898,273 898,273 00000000000000000000ef377535d999e99559efc284be6f24d141932c204faa 0.98 MB 1,550 6
898,272 898,272 0000000000000000000240ce42ea9ba943305694eb8219da1be6a6612d4dcd6a 0.25 MB 580 2
898,271 898,271 0000000000000000000243d6afe629030a6f037776082ee146562d9aac41a8a8 1.33 MB 2,424 2
898,270 898,270 00000000000000000000610de90c242938aa1427209e287940abd8e9b80e6c02 0.48 MB 1,373 1
898,269 898,269 00000000000000000000ca5b1c1632b1b02e0b24c2eff42f3c1b65c3dbb25f17 1.83 MB 2,764 1
898,268 898,268 000000000000000000008de1f2480f05901ff5e9043a44b9bbfdf42eaa49bb76 1.61 MB 3,083 5
898,267 898,267 00000000000000000000cef0a9d0c24d92d3a0642672c50a3a4cd1d528fb8bf6 1.75 MB 3,939 2
898,266 898,266 00000000000000000000934de9a13c4372c6a61e9af2c0511545bb3d8a007c7b 1.76 MB 4,248 2
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.