Memory Pool Memory Pool Refreshing

294 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 289 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (7,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,506 900,506 0000000000000000000228fa55298746bf9438be1007a0b086704a1e6d445f0e 0.38 MB 800 3
900,505 900,505 0000000000000000000108237b46416c73f77a0aa66d01812ea54c7d63597c58 0.45 MB 691 2
900,504 900,504 00000000000000000001ed5d72df9b590ecdd6ccc942015f99ce81430962e16c 1.26 MB 2,727 2
900,503 900,503 000000000000000000020aac6276ef5ede68045f867d2f38fbce3b812e7c5f7c 0.99 MB 2,178 3
900,502 900,502 00000000000000000001d4c82dc3546de126dc2951227045f9ddb433fac3b7f9 0.04 MB 69 2
900,501 900,501 00000000000000000001a56962e24e2b8aa0a266106f2743e703d864a9e611f6 0.96 MB 1,222 1
900,500 900,500 00000000000000000000680e5f0b273ac89463cb10caae2e487829a8e31ac59c 1.64 MB 2,854 4
900,499 900,499 000000000000000000008738c71fea046df3301bd45a4efdc1fd9a4da4e81710 1.29 MB 2,407 1
900,498 900,498 00000000000000000000d8b3196922ab40b3b8d057927e30040d76d52f2ce6d5 1.66 MB 2,576 2
900,497 900,497 00000000000000000000f0fc44f3b512a4591d2f35d13575435a02dbcffabd70 1.60 MB 3,454 6
900,496 900,496 000000000000000000011f747796de7f7c68b3482604ca53e7b8d1a1cd1180e2 1.08 MB 2,278 1
900,495 900,495 00000000000000000000c9e342f1461f359b544b3478ba83cbf260bc1032b74e 1.65 MB 3,024 4
900,494 900,494 00000000000000000001d4d526beb6522cddff4bd3c3d88879fbec7513afbcdb 1.29 MB 3,134 1
900,493 900,493 000000000000000000004200c42163e53d08537a01330d70e21c9847b14ab300 1.49 MB 2,688 2
900,492 900,492 00000000000000000001044837c82552707839227e639210cc2f2311d69bc7c9 1.62 MB 1,805 2
900,491 900,491 00000000000000000001658bdeb075393fd6af12c4c59afee8f8dec2a36576c4 1.57 MB 2,745 1
900,490 900,490 00000000000000000000683509c8868c2fa813c4d74c422cfd01a0d20d42aba1 1.58 MB 3,554 3
900,489 900,489 000000000000000000000651029ebc85967ed2999a5304b06be7f553161323d5 1.60 MB 3,515 6
900,488 900,488 0000000000000000000176530624a00439cc6bcc24603cb17ce25c5268f809c0 1.66 MB 2,320 2
900,487 900,487 0000000000000000000006d036c82f6997c3464c8dfa441db995e70933c9bcba 1.63 MB 2,082 2
900,486 900,486 0000000000000000000225e5f2ea6a6c286e74641dbc0bab75d70b5dc058722e 1.76 MB 2,875 5
Previous 10 blocks ↓
Total Size: 769.10 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.83 GB sent, 93.39 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.