Memory Pool Memory Pool Refreshing

1,352 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,449 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,333 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (870,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,710 37,710 00000000156d4e00e49494ff370497b88a636c58d7f5d99eb1b93ab33d332e15 0.00 MB 1 0
37,709 37,709 000000001c6433273f28c31a45a2674abebe16629b6f9266a243261142023ba1 0.00 MB 1 0
37,708 37,708 000000005c21597c688ba38d6a1e04fada52aa1bca6fe9f0b47905f50536def3 0.00 MB 1 0
37,707 37,707 0000000058741e2852ccf39d93d81c8b9311fe069793641452b0d51a7539a6b0 0.00 MB 1 0
37,706 37,706 00000000596eaaa7efbfae6d696ec61af3eb63185ec1fcc632d689ed18588b3d 0.00 MB 1 0
37,705 37,705 000000007e004012886219d9342cc9b791517b4541c04afc2f7318051a10e3a1 0.00 MB 1 0
37,704 37,704 000000004c2ebbd44d656a7c2f68eabbeef91a1fdf2dcdf6850d61fe45f3597c 0.00 MB 1 0
37,703 37,703 0000000090e7f1b366950e166fc4d072b4dda3e771c12b4c079b2e93241b9fc4 0.00 MB 1 0
37,702 37,702 00000000624abbf019daf504f40237a0443805187a69c3809edf6e50039ad691 0.00 MB 1 0
37,701 37,701 0000000021069f36c6cf664f54e0a3557307adcd63bba94566ffccfec6dec834 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.53 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,775.99 GB sent, 99.72 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.