Memory Pool Memory Pool Refreshing

3,848 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (54,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,857 852,857 000000000000000000013e667770e643fcc0fdcd1e007d7c7c3862711372e6c8 1.64 MB 5,288 6
852,856 852,856 0000000000000000000238cfbc29b1e13bb89407fe3f2f24269b28d2f0684111 1.73 MB 4,318 7
852,855 852,855 00000000000000000002f707537940b22520b376e08de6fa42fc5684ea11ba0d 1.76 MB 4,657 10
852,854 852,854 000000000000000000026288c915734a45ac3ff396aa008f654e2e2ec9d990d7 1.48 MB 3,465 10
852,853 852,853 0000000000000000000120e8878d01af407a1f6b266e4b32241a37da3d101ce2 1.67 MB 6,488 4
852,852 852,852 000000000000000000001034d95032338687ce8ad0b991194a6e75b5dbcb6ce6 1.54 MB 6,582 5
852,851 852,851 00000000000000000002a4bd605285cd597542ff1d439f4817588e2251330d1c 1.56 MB 5,999 6
852,850 852,850 000000000000000000009de415c691a11bf343c5a355851fd746ebe39fa190fa 1.59 MB 4,895 7
852,849 852,849 00000000000000000001bf2ef51ff1ba38c6762769d8975f6fa9a07a6f6dd1d0 1.69 MB 6,473 4
852,848 852,848 0000000000000000000109c172e15f0c866fd8f8a2f457b20c6765087cf9db8d 1.60 MB 6,410 4
852,847 852,847 00000000000000000000fa47cf7de928eaf8a99db52378037037e458d7250e5a 1.72 MB 4,798 6
852,846 852,846 000000000000000000026d726bd8cd3beecf9161fe5cae2ae4fb6cf3f070bc76 0.00 MB 1 0
852,845 852,845 0000000000000000000124368ec70806d94385681fb16f1301282bc094ad3be1 1.74 MB 4,566 6
852,844 852,844 00000000000000000001faba03756a78c24a0766b7adcad34dc19541f5a756e7 1.12 MB 947 4
852,843 852,843 00000000000000000003205241e4141caeb57d684927a022cc2f891de9135ab6 1.27 MB 2,121 5
852,842 852,842 00000000000000000000a1048fb30f6cd70ccc403dcfa924897c4e5450a7c4bc 1.26 MB 2,667 6
852,841 852,841 00000000000000000002ec4b59dba6deaf62d4b136c5899aece73bf45c5919f7 1.50 MB 5,154 5
852,840 852,840 0000000000000000000286618fbdb0c68f8869a468877efc093520b811fd8bb8 1.42 MB 2,909 7
852,839 852,839 000000000000000000020861fea3e1908798bb362c75b179012b813c2272b132 1.47 MB 4,432 5
852,838 852,838 000000000000000000000a125f2484ae1fea4b5b5334e98e57f298cb29c44533 1.02 MB 275 4
852,837 852,837 0000000000000000000366cd91b5c10277e127093e07b915289acf2e7bd33f8b 1.44 MB 4,264 5
Previous 10 blocks ↓
Total Size: 769.05 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.47 GB sent, 93.13 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.