Memory Pool Memory Pool Refreshing

2,004 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,530 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,991 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (810,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,018 98,018 000000000002b3474e0311c224c63f88bf7a0baa17af38969bf475639748ce00 0.00 MB 6 614
98,017 98,017 000000000000c9f2d264561477f30cb79331a06732f8be9101ba4968b47bc053 0.00 MB 2 0
98,016 98,016 000000000000f1896dd914849d0d739f2078ebc8a8970b44d2e79554c762f1ea 0.00 MB 1 0
98,015 98,015 000000000001357ba0e148975861d0ed7cc75041d58267abcbe5be2d5e4f7c3c 0.00 MB 1 0
98,014 98,014 0000000000022dad2e59e23b77d0779735bbae08056c19d126bb11c67f188aec 0.00 MB 2 0
98,013 98,013 00000000000406a76651c5da7fdfc9bda4e501107be9805738731c15c9631cf6 0.00 MB 7 0
98,012 98,012 0000000000018c55485222701e0bfb71f532c01018df94129e4dd3913e191495 0.00 MB 3 0
98,011 98,011 000000000004cf6e557af160e5542ce995605329cc630e26cb60ca4e53bc899c 0.00 MB 5 0
98,010 98,010 000000000001fa205d61d9614f39a18a9fa7108bdd0204e94524410c254830d1 0.00 MB 2 0
98,009 98,009 000000000004327487562d84c23a4a1fff7f8d875e5b83a6bfb657f697c79e10 0.00 MB 1 0
98,008 98,008 0000000000017c14cdba5b42516159af052d196711dd6cbf56be9085031f1340 0.00 MB 8 0
98,007 98,007 0000000000037b3fd8334f9a67023296ca842fc3f9381cc3fe9775098c27c439 0.00 MB 4 0
98,006 98,006 000000000000986938dc527b478fbe318c2a3007902e5a0734c55aa66fcec283 0.00 MB 1 0
98,005 98,005 000000000000e0529316ece826ca82f17c6cacaa6644921816cf840522aae547 0.00 MB 4 0
98,004 98,004 000000000000162efc3dcb1cd2d84160c6370d77fdc361bd0ace81789e18eff6 0.00 MB 4 0
98,003 98,003 000000000001f2f9be271785c6ae4a456458af3a7b545e6a028d54cc4c17e05e 0.00 MB 1 0
98,002 98,002 0000000000032312467653dc9ddf538880643fea34a96c198163a79dc4e4f19a 0.00 MB 1 0
98,001 98,001 0000000000054030f5e323cd782b8030858356486a369701470f6b1ab5854e28 0.00 MB 1 0
98,000 98,000 000000000002272a6dfb695d9db936d813bf0055ae92e920c2791d4c5f7290f1 0.00 MB 2 0
97,999 97,999 000000000003993ae996926770d49adba505d2a61b166e5a62e66ca9718207a1 0.00 MB 1 0
97,998 97,998 000000000002c68d72533e3bf641b68270283926a5f5d507926b100c1a48bc6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.