Memory Pool Memory Pool Refreshing

3,564 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,711 (559,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
347,903 347,903 0000000000000000061c2a4bf095ffcac681f78e57e2d05c582743294a1ff281 0.26 MB 539 29
347,902 347,902 0000000000000000070201f74e50623ece7af92ae0f8a33c09524139d348ee6a 0.27 MB 382 21
347,901 347,901 00000000000000000070038bf196e2c50479e7e6db36ab74f56935153d4b649e 0.50 MB 803 22
347,900 347,900 0000000000000000066a96db85128ff6ec87b7f7944435a828815ab1574a69d7 0.50 MB 939 28
347,899 347,899 00000000000000001020aa99bfc18467db166fe6f043af2a0965ab88c8aad5bc 0.34 MB 547 13
347,898 347,898 00000000000000000e63e86dc009262eec623da82814d6349a44621aa7a3788f 0.30 MB 356 19
347,897 347,897 00000000000000000668bfb4fd30c5b73fe32100263f2290fe057bacc86caf24 0.90 MB 2,032 33
347,896 347,896 0000000000000000073e59407521d1266a162d842b83da4cc75e47bb3ceb8eb3 0.20 MB 348 24
347,895 347,895 00000000000000000364046c6a6e095bd7fa1bdf1a21f7d4c58127b0d04e349c 0.36 MB 489 23
347,894 347,894 00000000000000000245154aaa4a340149de4a2c44343b3a7a8456f49e74228c 0.35 MB 622 24
347,893 347,893 000000000000000008b216eb0e92c7f6d02110a6975b3231a7be44a0b736a283 0.35 MB 716 21
347,892 347,892 000000000000000000a472f72fdc15f9fee9e395929ea68802fc752e321a23c2 1.00 MB 1,538 24
347,891 347,891 00000000000000000352bf8f6722e31078e043c561cf98f0bbe7ec5dbae66a06 0.53 MB 931 27
347,890 347,890 00000000000000000136169869312f6e1cca3ba70151a22e166e884413329011 0.48 MB 819 28
347,889 347,889 0000000000000000018fda31a5b4d48e967567962fbb24ae617ece7dd527433d 0.89 MB 1,851 15
347,888 347,888 00000000000000001176b3a1004645d309a48c2b7ff28f6536c3039571258cc2 0.26 MB 232 18
347,887 347,887 00000000000000000b797af45a40660e03ce347cbef3552b56d27d2eaec9ef56 0.75 MB 1,189 22
347,886 347,886 00000000000000000b6acb8d95577a4898c55b84e53f5cb7e3dafe1a259a6257 0.75 MB 975 21
347,885 347,885 0000000000000000138af69a4b0200b384d5f3b33a3dc23d81e0779e710b2e8d 0.50 MB 643 18
347,884 347,884 00000000000000000bfcea330e8d2fcbb7f620c221b2402eb630c47b3625ef6c 0.75 MB 1,862 32
347,883 347,883 0000000000000000154b0b0208345c097dd190439add217ab6c00753ee182333 0.75 MB 2,592 49
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.