Memory Pool Memory Pool Refreshing

4,819 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,444 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (722,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,330 185,330 0000000000000681f665778d819dfdef7fadce56cf77e7d1885a4874005f2872 0.25 MB 702 151
185,329 185,329 0000000000000a7ce8ad0bd14b19b99b631c142ecba7e58858d21484b4d43cbe 0.25 MB 447 145
185,328 185,328 0000000000000423e9c99a8d6de40601d4a05711874ace5ec581552e1af4bbeb 0.00 MB 7 15
185,327 185,327 000000000000056c10a3b25f044ca1ae4ca35a1e00e183e6daac7b85d79f89be 0.05 MB 140 157
185,326 185,326 000000000000019a3f416d0f3cb18de548b383340f44728322701b5026009dbb 0.31 MB 512 117
185,325 185,325 00000000000008390bea32f66022ad60f836a1215a6c8589a5de486c38fdd84e 0.05 MB 152 237
185,324 185,324 000000000000046d308c85a6f2eac867997943eb711929814d330ba19d0db46e 0.03 MB 73 146
185,323 185,323 000000000000006bb85c39ba756734c68b09b24bb5447799412588a21ad8cebe 0.05 MB 192 19
185,322 185,322 0000000000000125bcdfaabed8982e65274a1f0974bb184f60c14d570a49c0b4 0.25 MB 677 163
185,321 185,321 00000000000009583212b034a4beda02789b061d170053d47a9da834fde9c0bd 0.25 MB 416 101
185,320 185,320 000000000000025794291d12f3e63daca4403bad6800e18d10c7b4570dae2f66 0.25 MB 381 102
185,319 185,319 00000000000000f8d9ae524828648983ccb93f1ef9bc5976f3665ea2b115edf0 0.05 MB 143 121
185,318 185,318 0000000000000369f84f7feac6de5d0e1b05dbfcb05974b7dbf0bea4274f791c 0.07 MB 160 112
185,317 185,317 000000000000071f112190cea747dec1ba4a4861aeccb1b69f6f4792ae949d5f 0.25 MB 522 113
185,316 185,316 000000000000084e224543b15ce3aa49d623731f5d42e8cbb3ebd884d9fe30b5 0.16 MB 350 110
185,315 185,315 00000000000005138deabbc5a09f124f34e3e9c43c4ed619351184f369cf14e8 0.08 MB 176 99
185,314 185,314 00000000000005b48f27676ed979ebb8c35aa4e236c6a5529256782a25fc8553 0.25 MB 552 125
185,313 185,313 00000000000000fa1f05ae5013ed84619d6a3145c2e819e20cdedf1670ca06a8 0.03 MB 71 90
185,312 185,312 0000000000000737968e2091ce4acaee7822d9990951a9664e4df7c03423df53 0.03 MB 66 118
185,311 185,311 0000000000000a88ba8c1fb73a495f4d30d0120f67305cb315f0a7bf4f9a0657 0.10 MB 221 125
185,310 185,310 000000000000078fb82741db4700b577357f7bc159f0c71ae5795bdaa67d35f3 0.14 MB 287 136
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.