Memory Pool Memory Pool Refreshing

2,912 transactions
24.81 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,552 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (800,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,576 107,576 0000000000001c38e5a10db750781457d8dcc2d0ade50ce352fc2f0ca94029ca 0.00 MB 7 0
107,575 107,575 000000000001de30b6340c7ab337cbe0dc0d08981a02ce441dbb83cccb2a0d78 0.00 MB 7 0
107,574 107,574 000000000000c8205a2ef799ee1e64bff0e17b021468bc3290d54499bd6f0b53 0.00 MB 8 1,077
107,573 107,573 00000000000087dec4a677ef71350d90a37a90dde0c65684667fea8e3703a877 0.00 MB 6 0
107,572 107,572 000000000002276535fb5fe621dd4ee234b6be23d4f192daef3d85f007255d88 0.00 MB 7 0
107,571 107,571 000000000000b7ea5f4b77da687169be28bbfc6b28da6fedc3f731c4aaad5e6a 0.00 MB 12 0
107,570 107,570 0000000000024e10405f41ec7bc5338f012c4d8558fd80cf50b3c9630af6d2f8 0.01 MB 37 0
107,569 107,569 0000000000019f520ff94610f454e05ff759f4fdf8d325ee029dd5beb82086da 0.00 MB 3 0
107,568 107,568 000000000001dab4227263113df991ad42960dd4ad74faa303d38b846058c695 0.00 MB 12 0
107,567 107,567 00000000000180a586417c1871b18e75bc169abd2272fe0e4ac6669ab9518300 0.00 MB 4 0
107,566 107,566 0000000000022090779e4608ebb91c65156d687f193424256a68e18f4656422e 0.00 MB 1 0
107,565 107,565 0000000000020ffa0b1e106b0feb9f0f9a347ec37e50adc9938e044286494a03 0.00 MB 2 0
107,564 107,564 00000000000200b8b69991163da4679bd6c4199359f0cd818b9e025542f96e5d 0.00 MB 2 0
107,563 107,563 0000000000005c796d8ef974aba837d354ff7b33d686802d59930ba87b02f9fd 0.00 MB 1 0
107,562 107,562 000000000001636c86f8b214668fb09f0eaac87b8e24d3a91a9377452f4d2e47 0.00 MB 11 397
107,561 107,561 0000000000008709d54dfc25645b27077654fa88a209b45507dace5464a291e2 0.00 MB 12 0
107,560 107,560 000000000001b534b420b184eab9705b15c5fb09e9ac47d8a89e3ccf2db2ca93 0.01 MB 26 0
107,559 107,559 0000000000016d6c0ebf4ad2e1c0b791d5383927826826d93117e901f617544f 0.00 MB 5 0
107,558 107,558 00000000000166335ffc3b7c95d1a9c6588db0114e2d01bc67ecd22063b26baa 0.00 MB 8 0
107,557 107,557 0000000000024eb0bb702a95519a56afc4e5205b86700b62f2027d12bf49ff0a 0.00 MB 2 0
107,556 107,556 000000000002387725f8ec14de1d01fd3eb61daa15590d33aae039dd316312c8 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.39 GB sent, 98.56 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.