Memory Pool Memory Pool Refreshing

8,487 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,342 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (870,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,700 37,700 00000000478c70fcfca141ee6d94f0776de7cee06f7e3ea8a1e324d743f17b29 0.00 MB 1 0
37,699 37,699 00000000951fd1c80dcd0cb9e67d0c533a7e2a8a31d18d491a3ef254136136f7 0.00 MB 1 0
37,698 37,698 000000005fc788877ead4741bb6996773c51d0a5d5fcf423837684e83dfef412 0.00 MB 1 0
37,697 37,697 000000000892d5f49bb1bc5ec89719deb87dc8416b3b67de77c267ee26c22dc4 0.00 MB 1 0
37,696 37,696 000000009b08d1a4fde2c4f974e21c1691111bc773dafe826d0456bd3d228880 0.00 MB 1 0
37,695 37,695 0000000097566623e5c089c3f57197f5606fb8d07b7f350d642956c9b6feedea 0.00 MB 1 0
37,694 37,694 0000000076e4bd99d76f59f211647619a187172b0a56f61eb8e296c03eb79b96 0.00 MB 1 0
37,693 37,693 00000000b2efeb28793e2dff69255cfd7cbea937a3855abafc7f8c46b863de1c 0.00 MB 1 0
37,692 37,692 00000000b4fe0964f57d7b5487634a1af23bee7f46c37ec95687551b6b39d9ff 0.00 MB 1 0
37,691 37,691 0000000045bebed9250eac32d2d8a202e9aadcc7f0f03b33dd56061bb650b3b2 0.00 MB 1 0
37,690 37,690 00000000965fc9d2b6a3882b27a41ce586517397c896775a7b45fb1be0497b7e 0.00 MB 1 0
37,689 37,689 00000000b1470ed21493238a215a38a322ce89479af3f2babdc409e43f707795 0.00 MB 1 0
37,688 37,688 000000003dae41d79d64826a69a5a7d3bb0de0a06e85fbb47a162743e20456c3 0.00 MB 1 0
37,687 37,687 00000000a9587344d4340f3b06597689ba375d2da930233b3a1eb5be0992e039 0.00 MB 1 0
37,686 37,686 0000000039148ac3ae8a9ab76cbe5341448d6bf2f1cf38ed9916591fee687367 0.00 MB 1 0
37,685 37,685 000000005de665fd8f88e4f13e2faba682f4f5e5814394c1fb4e25d40c4cbb5e 0.00 MB 1 0
37,684 37,684 00000000b7b00abc93e6275763580eb64de4dc0eafa917864e9950630185d303 0.00 MB 1 0
37,683 37,683 00000000829338e7a9a7756013da7850a42d945dd7fc7cfc5ecedff85a242a41 0.00 MB 1 0
37,682 37,682 000000008c4228eb99a9eed7877a571c0feea5b681792f8cddf7646cf1d21344 0.00 MB 1 0
37,681 37,681 00000000a842b45ef379b6035810791b59b090c1c84f1e6fe8efaabaf36dcb3d 0.00 MB 1 0
37,680 37,680 000000005c2278b0737ec3928b78f958ed002f6dab905912947f8b1dac831e70 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.46 GB sent, 98.35 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.