Memory Pool Memory Pool Refreshing

223 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 213 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (589,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,543 318,543 0000000000000000143c794fa82df58d8c0cf5b1ffc43fa8a8d05bcd6d15025c 0.25 MB 616 33
318,542 318,542 00000000000000002744acd2b90812a24b1911c6d2a8e4983b967c94d3604ed6 0.17 MB 363 30
318,541 318,541 00000000000000001d07974611da83af75ecfe566c11abf0c752d4d7b3220bbc 0.02 MB 45 32
318,540 318,540 000000000000000000f1528d3c80fb9e780591a99f826199e39545146d39e25e 0.16 MB 298 26
318,539 318,539 00000000000000000e26f545dbac13ac9d92565c068be95d1cd1f75cb4fdfc72 0.12 MB 235 27
318,538 318,538 0000000000000000278b15da38e399cd13336a98867b53e40eac1119b781c901 0.32 MB 672 29
318,537 318,537 000000000000000025208a0e23f32feec10d677e0580da350985b9b4174c6b3a 0.33 MB 546 25
318,536 318,536 000000000000000007bd140bd5f9ec7d6195330b125c84ad24adb7f021012502 0.62 MB 1,097 28
318,535 318,535 00000000000000001602704a95de2e742ad7a37a391c83f4eefc798d281c93c6 0.42 MB 788 28
318,534 318,534 00000000000000000964d8807d23d301e2fb3de2a43a7b1323725b27a8966c2b 0.75 MB 1,437 29
318,533 318,533 000000000000000013e0761a2dd1aaddd1d18e6b21cb12477a482e7d851d263e 0.01 MB 21 22
318,532 318,532 00000000000000001f30e4b6eead85173822b6dbe37d9d5f8291530dd5fe27b1 0.07 MB 111 21
318,531 318,531 00000000000000000895a029208425c85bde94e446417daa27e254207c06701d 0.27 MB 472 25
318,530 318,530 00000000000000001f60e583ccc4c11bb6ab9d146e1e4ae2681c49e8cf78b977 0.09 MB 206 33
318,529 318,529 00000000000000001abd5700623c6010b015efe2f975300566720b758aee81a3 0.35 MB 666 34
318,528 318,528 000000000000000020b33e5d35f4eff42926dabb14ab4f6560a424d0c94d9ecc 0.04 MB 67 25
318,527 318,527 000000000000000020ce180d66df9d3c28aee9fcec7896071ec67091a9753283 0.10 MB 149 24
318,526 318,526 000000000000000027489a35e19194db260a4bb797ac825aba87b09ca234677a 0.07 MB 130 26
318,525 318,525 000000000000000008f8bc9abc8b26f86e56e4b68d0456fd18d1d6faab6b3d26 0.01 MB 28 44
318,524 318,524 00000000000000000690452f9e86dcaa5446a9b325e8583663353b65a7632035 0.03 MB 64 28
318,523 318,523 00000000000000001f0ad084c5f65dbf95305b6078b99f60b5ccbd1a0c9bf933 0.07 MB 140 33
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.