Memory Pool Memory Pool Refreshing

13,011 transactions
10.47 vMB
Show Random Selection Loading Transactions
Max Size: 41/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
898,649 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 3,070 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,648 (653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,995 897,995 000000000000000000019428d2b6fe1d75c69a66f5a471a4d87062a937b54b5e 1.67 MB 3,345 6
897,994 897,994 00000000000000000000ca0d4edb1e4168c982edef88fe2c7bf5da553ae8e0cd 1.72 MB 2,352 3
897,993 897,993 00000000000000000001af84ac9b3b2065b885be894168d884dd2dacee306600 1.71 MB 3,701 5
897,992 897,992 00000000000000000000d68d44bd5b4191ca1abd1cce937d1bb862172859cb0f 1.70 MB 3,657 5
897,991 897,991 0000000000000000000085563bb7da463844c02d6c82bca13e3eec5411f8c8ed 1.59 MB 3,563 5
897,990 897,990 000000000000000000023bef21601940cbf22f855eaeab6202eaa2454dc48b48 1.56 MB 3,092 5
897,989 897,989 00000000000000000000fdc95599656012e22bdfdbad85f71a26572ce5204ada 1.49 MB 4,240 12
897,988 897,988 000000000000000000013f81d24fbb9a3b0081c44f0ee1b7a99b17a4aae1342e 1.61 MB 3,832 6
897,987 897,987 0000000000000000000138c6699343da6786b491da5442a327f24e6a9de78fde 1.76 MB 4,633 11
897,986 897,986 00000000000000000001fbd433f6acadf497d8907fef224407c30e82876434a3 1.76 MB 4,841 9
897,985 897,985 000000000000000000004dc5ce5aac38f12c9c79eb88de7fde7d8a32223f2852 1.69 MB 4,292 4
897,984 897,984 000000000000000000014721860471f937edf88c48276f8653f6743c85c136fa 1.62 MB 4,431 1
897,983 897,983 00000000000000000000c8ac8aaae014c19e0021344708071e0c90bd77176096 1.79 MB 1,795 1
897,982 897,982 00000000000000000001351903a9da5c1d0b0ca80dfa1164cdc9d77e9b26b9a2 1.36 MB 3,242 1
897,981 897,981 00000000000000000001dabea3920e8278bee574cf6d673048772a5d5018defe 1.79 MB 2,260 2
897,980 897,980 000000000000000000003045b91a107cf45d626be0fd5b1c123c108198069654 1.80 MB 1,735 2
897,979 897,979 00000000000000000000e45a1e8aa3ecbc1b444100f69b7fd62356b244738177 1.80 MB 3,470 4
897,978 897,978 00000000000000000001db845eb5ea207dfec2e987ee55d17e8d3b1594b0b535 1.57 MB 3,016 3
897,977 897,977 0000000000000000000056897b442de4f9546d9518d0c762d9842e18d62616b9 1.84 MB 2,996 2
897,976 897,976 000000000000000000012a635a0ee12bbb8ed44006bdfebf65cb024875b2c4aa 1.54 MB 2,679 4
897,975 897,975 00000000000000000002443a298b56cf9ff2e05586be792a6611e8e1ab46fc59 2.24 MB 3,106 2
Previous 10 blocks ↓
Total Size: 753.71 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: 418.90 GB sent, 18.49 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.