Memory Pool Memory Pool Refreshing

2,261 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 2,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (791,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,971 115,971 000000000000c8aca6690050768df887463271b40d2f222a45bb143ca370330b 0.00 MB 10 1,424
115,970 115,970 000000000000d69dc3b0050595580f96f024ea38533cd5114c14cef19168108f 0.00 MB 5 0
115,969 115,969 0000000000004ea2f31c5d212d33d6a8786d9c71768acbed7e1e923d4e29e655 0.00 MB 9 321
115,968 115,968 000000000000ddd4a7f14a738b900e1bc29729563a392019d73870e6cfcc3abc 0.00 MB 5 1,031
115,967 115,967 00000000000048f8e2341b09a1a60c396b2a64cc415dc031cf3882096eefabe2 0.00 MB 8 355
115,966 115,966 0000000000007d059e1e7abd856e47efdabeb3cad50d3bad02f17ebbf220b6b8 0.00 MB 7 373
115,965 115,965 000000000000386de8624f55379e87f3f183e2f6a70e149b36d8a2df1c026a42 0.00 MB 16 408
115,964 115,964 000000000000b862f5f70f79c0dd2b06ad78fd66c46aa1548a367039471126b8 0.00 MB 4 442
115,963 115,963 000000000000b36044b82405bcfd6db4361070e6b5d7a15148e84d5dd20e91fd 0.00 MB 9 0
115,962 115,962 00000000000008badcfec3e875eda1ce288e7c59be10533e2bec46148c9b901b 0.01 MB 12 455
115,961 115,961 0000000000006f2f818a1767981881ea7db1f8e63701bcc4d2309ce63bcbedc6 0.01 MB 24 223
115,960 115,960 0000000000005fba3dde4f67302482ad06bde8417c0e50c9c48737e2dd89cdbf 0.01 MB 13 336
115,959 115,959 000000000000716a52f7ccd53719710c7d181f806f0bf34cf2a9439fb3b2b5a8 0.00 MB 12 342
115,958 115,958 0000000000009fee4a2a8097f68ec3f4cf1af9d43fc766a78fd92d3c47f8494b 0.01 MB 20 1,280
115,957 115,957 00000000000053090081ae1ebfadde918991d4ec5c146d4143a9efb08a3e1aab 0.00 MB 8 1,178
115,956 115,956 000000000000caf0731fcebeefe0c4f75be26272da50e587858c44087712d022 0.01 MB 22 712
115,955 115,955 00000000000014ae0ed25fdf2c4e460297158888cfe4a4a98182472c83588980 0.00 MB 3 2,026
115,954 115,954 000000000000772712841a04af2980156508c230dc08e7acce2a0462e6a30e34 0.00 MB 7 0
115,953 115,953 0000000000002c5b725122897e0135b92c1595f916605dcb00e97ae56293eae3 0.00 MB 10 823
115,952 115,952 0000000000006add3917cb0547739a672212d789708f7592adc0ccc29e41e98f 0.00 MB 5 0
115,951 115,951 0000000000002beef94d69942612ed266565d75a0bc243c1b896f39572346fb8 0.00 MB 14 879
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.61 GB sent, 92.77 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.