Memory Pool Memory Pool Refreshing

826 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 815 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (107,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,334 800,334 00000000000000000003d82abe92382b4e06a9aaef1b29035166709807518d59 1.38 MB 2,706 18
800,333 800,333 00000000000000000002ab25438d1bff01a461740ab3b6312daf246a425b8c45 1.65 MB 3,555 9
800,332 800,332 00000000000000000004c757c9a3f871ae3de70ee930808054cf6ffe32e8a637 1.63 MB 3,719 15
800,331 800,331 000000000000000000002d06f5bc796309d0b91ba0af0e1371f97d5c682d72b7 1.95 MB 5,313 6
800,330 800,330 000000000000000000018fd4b6a020bb6cde00148ec3a615dc22fa7ad4598ae6 1.86 MB 5,004 9
800,329 800,329 0000000000000000000333dcbffc02cdf7a8cbd97f1d4b8e4f7223a39b945c95 2.02 MB 5,418 6
800,328 800,328 00000000000000000002646b9a838ddb4930e41fa223e709ea9341c54dc295c3 1.84 MB 3,724 6
800,327 800,327 00000000000000000001e8f79273197c2c77fed2e2e75de7c28ea3aa83aa1e9e 1.72 MB 3,399 9
800,326 800,326 0000000000000000000526fb4a2bcc03dc7e6789b961c1058bf7dd775c855dc4 1.41 MB 2,078 13
800,325 800,325 00000000000000000000532fe09c9a3396e51274facc52acc8fae30c0d319fe9 1.60 MB 3,781 14
800,324 800,324 00000000000000000004e1476c9ff23f78611361a795339f285d81374b33a0cf 1.61 MB 3,453 20
800,323 800,323 00000000000000000000fe3775b84b5e7d002d2a311e9cb37eb6d30e640956ef 2.06 MB 6,037 7
800,322 800,322 000000000000000000013ea1710a16b266c84e4b4b7ce7f0546ecb80fa193ee3 2.06 MB 5,996 6
800,321 800,321 00000000000000000000eccad832a10c5ccc67685666a57362c0937d7d84e4db 1.73 MB 4,254 8
800,320 800,320 00000000000000000004ef4ec1d2838ef0a09a054e0bc41a04afc7f0365e9096 1.76 MB 3,581 7
800,319 800,319 00000000000000000002cc6df5dd46026c3c0364eef981e37e4636083e533623 1.59 MB 2,834 10
800,318 800,318 000000000000000000020537066ea4f3dabff54165fadfbc4d0fda0a04160f96 1.60 MB 2,622 15
800,317 800,317 0000000000000000000208e8ad2d4240af84e69b41f4895ab0ecd3070c7e8e69 1.61 MB 3,482 24
800,316 800,316 000000000000000000029693ef8022191b0c6a1508ad9f8a01493daaa2ebcc6e 1.78 MB 4,168 8
800,315 800,315 0000000000000000000414d9dbe10b27444970de8f47b766153469d7d84d1d59 1.73 MB 4,203 16
800,314 800,314 00000000000000000002388f9e8ef1e59002a48fb04e945d3c4db49695cae2b1 1.78 MB 4,727 12
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.