Memory Pool Memory Pool Refreshing

2,447 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,447 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (562,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,830 344,830 00000000000000000f3e9418f590196b3b43a5f4b3182be4cf923341b635fbc5 0.31 MB 564 22
344,829 344,829 0000000000000000172cba61b469ecacefeb10465dd7539b82977a076b437689 0.81 MB 851 9
344,828 344,828 000000000000000000461ebb99e4efcde5a2824d1601e5480b20ada65c6f4b75 0.76 MB 1,504 26
344,827 344,827 00000000000000000f2cbbad01d671201b0ef98f589ba2e3dffe3aa5e54c4e19 1.00 MB 1,132 14
344,826 344,826 000000000000000007e5ddb3c79fe930d417c31f49ae50927e7e9ca23c2ec62a 1.00 MB 1,906 25
344,825 344,825 000000000000000000e6ee318f139c381502ddd357d0d4561a619c464b2b5b79 0.35 MB 1,125 41
344,824 344,824 0000000000000000127418c805872c99569abe4b2e37821ad21eb6ba4e9fae1e 0.75 MB 1,065 22
344,823 344,823 000000000000000000d799d7618f3350ef61ce3cb0f8fe2ee858f60a66c24106 0.75 MB 525 15
344,822 344,822 000000000000000010aa40340352cd5a62ad90e3946d3c6115d24105a27046c1 0.00 MB 1 0
344,821 344,821 000000000000000014623ad94873ca2cc3faa7a8704b4e6eb06dd259d2ef3f63 0.75 MB 1,083 20
344,820 344,820 00000000000000000aeab480bd25546300d79ffefcea4b83d3c4603463f6972c 0.75 MB 1,683 31
344,819 344,819 0000000000000000033512470e25c96cb1c68c0220cd6b41cd6dac7bc7438dfb 1.00 MB 3,298 44
344,818 344,818 000000000000000016a4901423103d2631f798494994f0613a6ec58ba27a64d5 0.16 MB 330 14
344,817 344,817 000000000000000007688b4d7fe9cc38abdd1223f31bc2ddf01a9462a8b40724 1.00 MB 2,034 25
344,816 344,816 00000000000000001601dde5114b0a10760594dd1b1c9fc4287f0340836ce599 0.20 MB 568 37
344,815 344,815 0000000000000000080e2351769ea7e76b228f0c96581878b04508a2401d913f 0.47 MB 862 22
344,814 344,814 0000000000000000148c874f4e98c13121cb372a872ddd2caf8ff5a366e0d5a4 0.13 MB 345 35
344,813 344,813 00000000000000000bfe32f86e98f3bd10ca2cb6c26111eb9c8a813e7822a74e 0.08 MB 89 10
344,812 344,812 000000000000000000c49b6326fc6032633042ca0038994b3fd983e7023de796 0.60 MB 956 21
344,811 344,811 0000000000000000063fb5e29b1d957e62384852dc7ed4cbcebad64b5e443c8e 0.11 MB 256 27
344,810 344,810 00000000000000000c4e9ab79e14f4ee05d36c27b0eafa6f5b9ab7ae4e8406e5 0.37 MB 648 22
Previous 10 blocks ↓
Total Size: 769.08 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.26 GB sent, 93.31 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.