Memory Pool Memory Pool Refreshing

12,277 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,023 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (841,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,829 65,829 00000000014d66eaf24685dc5a1029aa855efac06e0892b9f89d82ca76626a42 0.00 MB 1 0
65,828 65,828 0000000009f1d0774ed93e3b9a1e34b2cce6770061ff3a81d8295b7005173b24 0.00 MB 1 0
65,827 65,827 00000000013546b8a73de57e66d2ebe371134e7cbb0662f3aa711ea4ba2533be 0.00 MB 1 0
65,826 65,826 00000000098a19c88a5b12ed576bcc03cfc33bfb8bb8da7e32ad759b68081050 0.00 MB 1 0
65,825 65,825 0000000004f63bc893935b045badb233d1e23ae3d4b7aa301a5ed31baa3467a0 0.00 MB 3 0
65,824 65,824 0000000005d3d6b01886d4f4bd9553e17069dec74b2e1979161861cbb80e8255 0.00 MB 4 0
65,823 65,823 00000000040d3b290e21445567699b82f8254cb88b61be987572d9a7c5d1d36a 0.00 MB 6 0
65,822 65,822 0000000001d2b2a9e6bb696ee06ef29935890934ca4c90b1aa31504741be1297 0.00 MB 1 0
65,821 65,821 000000000033bef3f3dd6b1a9a92a2ed109c8262395837d0a00117a2714b3948 0.00 MB 5 0
65,820 65,820 0000000007c30b3dea926da56d9a2a3097f0644bbf11e41fc77ff111528cb632 0.00 MB 2 0
65,819 65,819 0000000008d7ad258ab48da2844c2ff7605079e07f548849bdb9dfd625a0e2b6 0.00 MB 7 0
65,818 65,818 0000000003f060cd672ee05a3055f313acb0ac2d1b78d0d2ff6bcc749e050bf6 0.00 MB 1 0
65,817 65,817 000000000a7f6703dffa9b7255d824962db39589493a79528abf828c32751840 0.00 MB 1 0
65,816 65,816 000000000464338f24d3ede3349cab2a196970e1b47c3bebf480347519a17e5b 0.00 MB 1 0
65,815 65,815 000000000378d59287691a4e9b977482d4f0a01d5115def1baef1689603cc97c 0.00 MB 2 0
65,814 65,814 0000000000faee0fe9870b3d4fec7be90022f9edf7c180fb1c3faeea5c9f695e 0.00 MB 2 0
65,813 65,813 00000000054092eaf8d37a61ceff1d70443f6ae35e537b80deef24fd9d11716b 0.00 MB 4 0
65,812 65,812 0000000005445137c16689afa0018411657bb2ddbf526cfcb69b110a090c27c0 0.00 MB 1 0
65,811 65,811 00000000002bde24c5a1bd322cff44a1feae32f25431fa50cff86e855d48eba6 0.00 MB 4 0
65,810 65,810 0000000003fa428d487983d5bd25d89c955b57cd1bae14865dd3bd282e6fa8e4 0.00 MB 1 0
65,809 65,809 0000000007d53362ef2631cb0ae9a4646cd62f2360416eb2262791d371605a90 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.