Memory Pool Memory Pool Refreshing

9,859 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
901,577 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,208 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,576 (769,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,579 131,579 000000000000093bb4862dbbc7036f075bf58cb38e018863162dd94027a08d6c 0.03 MB 106 274
131,578 131,578 0000000000000c9a07a05bcee532a31983dd8ccacc789887e4ddaa753868ca2d 0.03 MB 79 1,021
131,577 131,577 00000000000010602171258a7ec76d16078f231417eac7e9717a7ea7adb6a3b2 0.02 MB 41 956
131,576 131,576 00000000000012516859e3d89f53d474be79c371eb3a25bb3fce3e88fe6e6561 0.05 MB 165 205
131,575 131,575 00000000000002a9e12dd8b5a7af9168991ab31b328f81f459b4cefe9ac29d74 0.01 MB 9 1,898
131,574 131,574 0000000000000a1d02869600fc0aec72506e4013901a312ed1e3b9802bf8a0a0 0.01 MB 42 742
131,573 131,573 0000000000000ead0e7dcbe4fe911bc2ee0c098aa5277a164def7124c3529ea1 0.00 MB 1 0
131,572 131,572 000000000000105632837b0afa8b81e1ffae4368e05a5a4b524f5b7afdc6f700 0.00 MB 12 0
131,571 131,571 0000000000000271d18c074befea0c945461f5d62f4c1398be93a212c15c7db6 0.01 MB 30 913
131,570 131,570 0000000000000585723f77137f0e59f982690c6b950d775b4dbda7f64a2c6be9 0.13 MB 100 180
131,569 131,569 0000000000000a60c13c30551a2df86e66af2f612a8b194e0d02d8e94680309d 0.00 MB 1 0
131,568 131,568 0000000000000ed9e91571e3cc4c5ff1804e214a2e0b95ae1004f92280f36b19 0.00 MB 16 1,016
131,567 131,567 0000000000000abe11a410303c149633ded6ce8e8c737ec738442af485550a1c 0.02 MB 51 397
131,566 131,566 00000000000011b6925787877a64ecac23bf7a6392f3bc25a310f8642a4fd136 0.01 MB 14 2,134
131,565 131,565 000000000000088864acc3b8212b0b15b57b907a3a2ce18b33b68e4f4953353b 0.02 MB 56 313
131,564 131,564 00000000000007aaf89b1a25c9ecaee8824f609184a8ce4f7bec749288b803cf 0.02 MB 38 747
131,563 131,563 0000000000001224ecc0bf9b5474b1b6d40e30ea3c30b4755aee158c709c0a15 0.02 MB 45 1,472
131,562 131,562 00000000000000e9d1c8c9a98ce4859e3b7d1c2873184f10f5d08393765826a4 0.04 MB 112 536
131,561 131,561 000000000000092d64c718fd2b8cba1f1b3a8404e33bcebd6c6cafd10154da23 0.02 MB 45 813
131,560 131,560 0000000000000a96d5d2f55fb3b0c14ae0b6e8e765dcf978daa51893fa669bd9 0.02 MB 32 1,182
131,559 131,559 0000000000000de0eae83c27f3200942b0a2abeb2e2a5e5e81e5c79b04d024c6 0.02 MB 36 769
Previous 10 blocks ↓
Total Size: 758.44 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: 742.36 GB sent, 39.04 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.