Memory Pool Memory Pool Refreshing

6,087 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,016 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (378,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529,311 529,311 000000000000000000081f03360341cb6eb95d317e20e210ab30a33cf468f00f 1.07 MB 806 24
529,310 529,310 0000000000000000000bb021f34904518858cb2ba7b17f2bfa37546939f1875d 1.24 MB 525 79
529,309 529,309 0000000000000000002adf2d6520a7ac6d2e3a6eafc83d45eb767759a5ccdd85 1.17 MB 1,282 54
529,308 529,308 00000000000000000006348f062a4156534bb02a2f9ec620d0270a8e02c3168c 1.12 MB 1,892 26
529,307 529,307 00000000000000000017878b4cfa70f4dc154a0a439be7ef3175ad7cefaee5d5 1.05 MB 278 3
529,306 529,306 0000000000000000001ab524a1047e7688fd1077fd2b8ed890393433959f73c2 0.23 MB 553 50
529,305 529,305 00000000000000000033576ddc816ca35f8fbe1665365b2a3c0db82439946926 1.22 MB 2,037 15
529,304 529,304 00000000000000000012adba0506ae6ff2f3fb09ec08fb75d4ee876efe9acf04 1.19 MB 2,309 54
529,303 529,303 00000000000000000013094df36372ff19f0387cec83ae9e0f1eea78a64b46fc 1.00 MB 422 11
529,302 529,302 0000000000000000002b07439d198ef50cad26576777294ba9dc46ad2e64016d 1.02 MB 386 12
529,301 529,301 0000000000000000002a3f9d51bf4c9593ffa163d33f33f2768eaa7e170a6a74 1.06 MB 976 70
529,300 529,300 0000000000000000001a9e508daab9569deb2be1c41651c7454837932af2b977 1.11 MB 1,174 23
529,299 529,299 000000000000000000256814223f9d30a13c1879889218521efee30a990d6410 1.03 MB 373 6
529,298 529,298 0000000000000000002d861186cd1a43127f57282470fb042d2b803c659c9661 1.11 MB 1,212 8
529,297 529,297 00000000000000000001d54852c68100360f44db63d64f35561eb4b215c755c8 1.14 MB 1,382 81
529,296 529,296 0000000000000000001309165e40b3aade21b9d8ad00b92a259ce558b78e34f4 1.07 MB 914 18
529,295 529,295 0000000000000000000ff174c1c8e79b09c1c07b54c7f82720e1f5723bb2fcce 1.00 MB 173 2
529,294 529,294 0000000000000000002d32d824df04e57a595f3bc702f9af32cf0f626f7ac64d 1.08 MB 909 6
529,293 529,293 0000000000000000001fa176b8c0fbe8ff9570394d9ab1b1e0415fbfab28fb7e 1.15 MB 2,631 65
529,292 529,292 0000000000000000002c1f51821bef5823663d684372837e050a1ea24e30ef4d 1.18 MB 1,471 30
529,291 529,291 00000000000000000009c20be04d6276ed0f5df9626d8cb33ca01e44acf88a40 1.17 MB 2,630 35
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.