Memory Pool Memory Pool Refreshing

9,520 transactions
4.43 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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,593 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (722,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,570 185,570 00000000000005c4f1bc70c565bb803e1dacc280cb0fa310018f740fcb701e94 0.03 MB 96 143
185,569 185,569 0000000000000708ed998e7028ea833f96744500f3bc6f4c62bfe3bcb96dac43 0.13 MB 243 1,461
185,568 185,568 00000000000003893d396f8bd2cf41d923f95c1bb197116a7dfda4c71f5fce3f 0.07 MB 162 174
185,567 185,567 000000000000091e8d8e364ee57bb634ce90ec87fc066ef0d2c85d553818a49d 0.00 MB 9 282
185,566 185,566 00000000000001d18f91c19c441d1d18ff20092a17ef2654ad7205564cd41146 0.05 MB 75 98
185,565 185,565 000000000000065b6ad36ed7fc0f4dd8c3c53b74c1ab170eb3e8e88d8934b6cf 0.08 MB 247 20
185,564 185,564 00000000000009445e3156352fbd5d05f5512ce7fa82a82690d21d63cdc45b0f 0.11 MB 242 195
185,563 185,563 00000000000001141a48b5b20c0b46537e3f54e3897a00c9af664e6cc457cb58 0.02 MB 29 88
185,562 185,562 0000000000000567c672fc80ad1114ef32a77a01526674bd12b8cd60ef8bde8a 0.03 MB 25 66
185,561 185,561 000000000000062c94f03858cd870be23a3a298951c98692ebf236e524630d4e 0.06 MB 115 110
185,560 185,560 00000000000004782d4ac5bf7459e2f5ffda34c8d11e609c543c596c27caef82 0.01 MB 24 12
185,559 185,559 00000000000005de59ec3f1488022bbdb0db2be11536ec7cf5f0c8b0635c09a6 0.06 MB 145 126
185,558 185,558 0000000000000172fd949c8e7d13e6ea8f79742a9e8d380b1c9303f1846d7ce8 0.00 MB 1 0
185,557 185,557 00000000000009038c43bd5cdd7513bc80246236dd394f3e7c48afa130a1a849 0.01 MB 33 83
185,556 185,556 00000000000001fe1aee0b0d48e143ec49f9d350bfd12a5dd9a7164c18324036 0.00 MB 1 0
185,555 185,555 00000000000004ea5e04f8cd2c01fbfde9cb8d250270b9558691a7397204bd28 0.13 MB 143 65
185,554 185,554 00000000000007438198445ed0616ebe60e0c7193f69cad55844efdc4c632099 0.07 MB 130 74
185,553 185,553 00000000000008390b9d51db496458a4fc56e41a1820bec1f3b91d5dfa255b4a 0.05 MB 122 91
185,552 185,552 00000000000000db4bc0df6e2f627ca6e0a0f5dba032a015b312dc8f41a2bed0 0.07 MB 161 88
185,551 185,551 0000000000000582cc1cea4920c18bf23ad3bf537b44e4e9fd53ead44fc81daa 0.25 MB 545 129
185,550 185,550 00000000000006423d51be8e58de95f1bb9143d5443af8bff56f577c9614eac4 0.05 MB 141 59
Previous 10 blocks ↓
Total Size: 769.03 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,625.25 GB sent, 93.02 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.