Memory Pool Memory Pool Refreshing

711 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 703 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (859,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,869 48,869 0000000008b9e27c2d81534a5fd200ae9449457eeb9a37ec2f606af3dfea8dde 0.00 MB 1 0
48,868 48,868 000000000b7649c3fd6be543b5ffafa8361537c552b8e24f1de6c0184d9eaa0d 0.00 MB 1 0
48,867 48,867 000000002360408fc5e36c1305844be74ad40c634556eec4d95522620552e7b2 0.00 MB 1 0
48,866 48,866 0000000001f52d63fc7a5f89081c810de07e40c23af958e196eb026fb2b803bc 0.00 MB 1 0
48,865 48,865 000000000b7dcb2bc79e15e1c7473a2224304b06846e414f1c63c00e87eb63be 0.00 MB 1 0
48,864 48,864 000000000fd4846cca9c98ca45c76ef7b74f97ee94de78b13c811eadf95e937a 0.00 MB 1 0
48,863 48,863 00000000203d6a3ba024fe1ba3da0060f2cfda239fc1ba60930148412054df5c 0.00 MB 1 0
48,862 48,862 0000000010d36c7f85963ff880c5bf6034ac6b28eab23154b6a00c2467b8e24d 0.00 MB 1 0
48,861 48,861 00000000060a2609024a0251e30b21d51b624f9e2799a821d2a71cffae8b1280 0.00 MB 1 0
48,860 48,860 0000000023227e7969a013167b789b409b020d29f5edc4dfc611e0230751eb83 0.00 MB 1 0
48,859 48,859 0000000001264a3fef206bf7e232f43742ede75406dc9e90258508da3e0772b5 0.00 MB 1 0
48,858 48,858 000000000fe7c70f9fcb18b28f8aff98223e828663f5946c6aee74bd337c8e95 0.00 MB 1 0
48,857 48,857 00000000020a84afb94bfe65fd097bcd74f13d6aa6791835a685b9fa971a8a27 0.00 MB 1 0
48,856 48,856 0000000017bc3a1f0ab46ad670b1959f69302698290fc4bb388f20ec3ee5139b 0.00 MB 1 0
48,855 48,855 0000000015842acd4f6135f47c0b037b889795036cd2ed4a0bb6016fa66fbc74 0.00 MB 1 0
48,854 48,854 000000001501d8c2135c8f55b5086349977f52596bb751fea12a17a33d538f6d 0.00 MB 1 0
48,853 48,853 000000000dc857e69acd9c1d522a08a84a271eed28f2e0612ff339ccbd2b2f1e 0.00 MB 1 0
48,852 48,852 000000001cb323aef19655cf30eb313073b67827d901d0f01b76bff6e3af76be 0.00 MB 1 0
48,851 48,851 0000000018d01d1900963115a68297e717e0e5d279ba4088b2ca50be28c420a7 0.00 MB 1 0
48,850 48,850 0000000001e6d29f1b811b0c066fe5ea174faf3756e9da6d64c2fec99962c59c 0.00 MB 1 0
48,849 48,849 0000000002166bd01760453c0318ddfc558831473c5c65d3496eea81799a9929 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.48 GB sent, 100.53 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.