Memory Pool Memory Pool Refreshing

13,766 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (722,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
185,309 185,309 00000000000000471a38e87ff2f7dfdd6a8c60fb5e9aae62baf3efd20a422295 0.25 MB 570 122
185,308 185,308 00000000000007ba76fd1c644a88334ca266ded929a683d0b350e9bf2f83553a 0.05 MB 139 167
185,307 185,307 00000000000001d7e70f86b9a8aec911f5df4b21e27e84cf00e0893cdbd0c1fd 0.00 MB 12 110
185,306 185,306 0000000000000012ac4350f78de601c1920b56530f1fdf86f8318f83253c8386 0.02 MB 56 120
185,305 185,305 000000000000098f8b98402f7a66c9c83d1fa4e80218d626883ed7ea8a62cc69 0.01 MB 57 24
185,304 185,304 00000000000007d54087c8759a3f0ae7da5787a5bbc0f9c2366d0b0ebeda83c6 0.17 MB 333 98
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,622.93 GB sent, 92.96 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.