Memory Pool Memory Pool Refreshing

5,346 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (795,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,520 112,520 00000000000027a49762fecc92f40548aea30b47fda8693a8632bcbed47c884d 0.01 MB 23 176
112,519 112,519 000000000000c9eada629529bf2adf2123fc0858302ea3ff84ca519d0add4eeb 0.00 MB 8 2,257
112,518 112,518 000000000000f0b7c1e53d4f295d29481a218abd5610c461c66a5863d3fdac6f 0.00 MB 7 1,049
112,517 112,517 00000000000129b031b358c4404ee3974b8cb33c9f6e96647f44a509321a88f2 0.00 MB 7 453
112,516 112,516 000000000001256139c2b5f4a498097bc481920c516f294438cdaebb415bea46 0.00 MB 4 1,353
112,515 112,515 00000000000087d0d7138b68ec3e455291cfcb37cd9de42c33f91f17bf03dc12 0.00 MB 6 1,498
112,514 112,514 000000000000e0568328c3bda451e7383046b734b21f1cafcd7577939bd6c3bf 0.00 MB 1 0
112,513 112,513 000000000000d28bebb44e9d83fb5a205add2f3505708fd082f45c099442d4b3 0.00 MB 5 0
112,512 112,512 000000000001232f5e15fb25ce419bd2f272b849988a4589f56430fd81af92b9 0.01 MB 23 0
112,511 112,511 0000000000000f6aeb0b5874d1ea8dc1a5b886314e4b1984f90316ecc0c55201 0.01 MB 26 1,181
112,510 112,510 00000000000040eec7cfe120a9410395fdbc1725b77857ea30e0a40990ccb762 0.00 MB 3 2,403
112,509 112,509 000000000000366247371f2cba3177fec809faed4e6563b61485574cfbce4f4d 0.00 MB 8 719
112,508 112,508 000000000000fa55c26840757a765875988977045c3ad261365422320229834f 0.00 MB 18 1,763
112,507 112,507 00000000000089bc092e439462fa434801b78fcd7e688ee648e05c4a88914592 0.01 MB 33 829
112,506 112,506 000000000000c65f0103f37b9e57b8432f228ecd581ec4d03545f032c7f995b3 0.00 MB 10 1,254
112,505 112,505 000000000000652bba4387dde3b3bc7bcfd241c64953c1023d7e1268e649bce3 0.00 MB 9 1,090
112,504 112,504 000000000000449bc615c118b51df3eb4d329c7017747326f1fa80bedbd67ee8 0.00 MB 11 335
112,503 112,503 000000000000f6960e03420751cc1e30fb1a79bcbd646d59d96fdfe33332e378 0.00 MB 15 1,224
112,502 112,502 000000000000beafedf7e39dccadaaa58981c62fd3dc042b33b1325bd9e291e8 0.00 MB 6 505
112,501 112,501 0000000000002b564b3f6d4542703aee13fecf7ad8c176dc1be3783ca5688a4c 0.00 MB 4 0
112,500 112,500 0000000000006322f9774ed2ac87a61189f9d16bb13dc1e9dd95516a44e59863 0.00 MB 9 984
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,626.26 GB sent, 93.06 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.