Memory Pool Memory Pool Refreshing

4,099 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,508 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (459,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,144 448,144 0000000000000000024de532858e0b571801f0de0906b27cd06acf3a16273061 1.00 MB 2,703 94
448,143 448,143 0000000000000000027e3ed1e347f569e12b093e24877a6909ac395635bdcbb5 0.11 MB 267 76
448,142 448,142 000000000000000002d1115e1409570d4a78d49deb8a114a1d2a9fd1b62cb3a9 0.01 MB 19 77
448,141 448,141 0000000000000000030bfcb78601465a8651f352d866abb916a528f7524e8046 0.69 MB 1,449 64
448,140 448,140 00000000000000000312ca2c34c88e50d2028df1cce25f888afdedeef881a702 1.00 MB 2,021 85
448,139 448,139 0000000000000000017d70594f5e682f836bc1e63118eb30d05e2a32e7cd3943 0.47 MB 261 31
448,138 448,138 00000000000000000307be818274458e44a230ddc33b36ad81a28021dab498d3 1.00 MB 2,083 77
448,137 448,137 0000000000000000033e40e56602e84ed60c1ad80a49940814061085b6fffaab 0.19 MB 429 80
448,136 448,136 00000000000000000218792aa9caed5f6d7f3a8790cb5dd901e1829c40302536 0.67 MB 1,458 78
448,135 448,135 00000000000000000140345e7a44bb33dc571403e931320d3ea3539b8b2f1feb 1.00 MB 2,603 83
448,134 448,134 000000000000000003291869c37979664c9dfe007bda62fbdbea8fb724b1ec72 0.14 MB 236 67
448,133 448,133 000000000000000002d0bfff19bc3bf4322582223667843da345aba68a688da6 0.67 MB 1,586 82
448,132 448,132 000000000000000001a2dc973acdeb94a4f9b6c884f387cb195e5d47f40ee051 0.77 MB 1,763 80
448,131 448,131 000000000000000001c7e1ca1e89f710440a9154f73174493e82ad73efb1d4bb 1.00 MB 2,428 82
448,130 448,130 000000000000000001019bb3f8242a7e82ce679ac1c0fa88dc960c54d5be5545 0.73 MB 1,723 79
448,129 448,129 00000000000000000210e9cd98c4b199319f9a956d8a937206ff54bc440cc323 0.02 MB 39 61
448,128 448,128 000000000000000000dcfcb5e29ead203ff7d9126fd7ad5e512b9cac01e0e51c 0.99 MB 1,954 63
448,127 448,127 000000000000000001725d552ca3aa2d04d2e0c9300502472320118c0700070e 1.00 MB 2,245 84
448,126 448,126 000000000000000001f5ccdfbbb6440cdc14aecd037e9b29c014f5ddf7572725 0.19 MB 428 82
448,125 448,125 0000000000000000030dc0d509e440d34093928a3ed5ebca62837c6aff3a9198 0.00 MB 1 0
448,124 448,124 0000000000000000013a54b1fd03d61cd0dcba5d9df842e2323c555676978f6e 0.65 MB 1,005 61
Previous 10 blocks ↓
Total Size: 769.06 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,627.79 GB sent, 93.17 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.