Memory Pool Memory Pool Refreshing

2,678 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,352 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (800,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,334 107,334 00000000000123b433c120da5733a80e49a360da415ebb27e2457ba09a0cb820 0.02 MB 61 0
107,333 107,333 0000000000007a8d34a4001c57c949364e2d68836d0b822a32b7afbe27410b44 0.00 MB 11 0
107,332 107,332 0000000000004e78210251037847ddb8e595505462956139f8a7e663b3e39ffa 0.00 MB 10 0
107,331 107,331 000000000001ec494325b527837060bf0b71b0d12cd640c77a50fcf08f14ad25 0.01 MB 9 0
107,330 107,330 000000000001eff5716bc66c9c152b7c559ee19972443d902b2ae2f0eb4b5751 0.00 MB 8 0
107,329 107,329 000000000000bf9e9b7f4c6214382c7d5f8dce4bc74dbd257eac3139b0469c12 0.00 MB 4 0
107,328 107,328 0000000000013b429382b500faa0c23c70e84401cce0f00e52f57d6f14ac5740 0.00 MB 7 0
107,327 107,327 0000000000025a9fcbd0541ad31e835bd687d7cb6e7b4e44a3d0f4b55c984fa8 0.00 MB 4 0
107,326 107,326 000000000001731e12a257938de88bba8c474fe18c0bbee185df0416ffa29b08 0.02 MB 67 58
107,325 107,325 0000000000003df72c2f09e5d5c937d661eaf7fe4c2ab32cf765d336a0ac52b1 0.01 MB 25 0
107,324 107,324 000000000001b33db9c0f653f89c91e376c329b470d4b4f9545432eeae2007a9 0.00 MB 3 1,934
107,323 107,323 0000000000022d9b6e1167cfcbfc1970e3820759aeccba8937f7967a0fa9ebc9 0.00 MB 11 0
107,322 107,322 000000000000d5b73072f203dba4b0677eb739fc0bd5000bd3734a920015af5f 0.00 MB 12 0
107,321 107,321 00000000000247dbd3ef048c4cabadd3a90b02f0272f9b6d663f0ff47255af01 0.00 MB 5 0
107,320 107,320 0000000000022c069313b6598ef5d379846628e87dea0b071a89477ee90f720d 0.00 MB 8 0
107,319 107,319 000000000000932cc0ff92b96247ede5268251a6f88b5b07d0f8cf4ffcebe51c 0.00 MB 11 0
107,318 107,318 000000000002153e6bf2f832a1357ad3eb1acd5313b04efdf6fe4e49dbbcb0cd 0.00 MB 9 484
107,317 107,317 000000000001f0a28152ee1cc2e0e6667211b7a8de3a01b6c8b0e22339c3f850 0.00 MB 7 0
107,316 107,316 00000000000024d40402df619917c78e678deb5baba3a7fcf3c26cf5ae346fea 0.01 MB 26 155
107,315 107,315 000000000000329fa397c605aa753989f43a9e7ddd11ac158e25651a56cda31a 0.00 MB 3 0
107,314 107,314 000000000000e7cdf7cee29f9b6670da1113594451cadd584f076d7511c15e12 0.00 MB 8 521
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.68 GB sent, 93.88 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.