Memory Pool Memory Pool Refreshing

1,322 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (700,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,713 207,713 00000000000001dc5caf5d6ffa60d22a0cff14ac6dd53d66b1a94f1fde6923f0 0.17 MB 414 192
207,712 207,712 000000000000007c6281b7a6560aebc48089a38782d9944c60e0d76e54bb6b02 0.09 MB 142 131
207,711 207,711 00000000000003821ed133a39d5ae20a2a4798f10ffd51246c4a3aabe20ee905 0.00 MB 14 47
207,710 207,710 00000000000002e8f26c182c2a38949e0cd26bd27db60681822931dbaafc8fe2 0.01 MB 21 211
207,709 207,709 0000000000000139b76f413bbb716e36227e51c9ed69cb0b7b8a863e67151beb 0.30 MB 384 100
207,708 207,708 0000000000000461795c9f36b3e5c907cf3b4f86b94f8f74f1427ef1bf9b77dc 0.03 MB 90 192
207,707 207,707 0000000000000206c4a175f9c6c2468532f61d39d95cb01485c58a3fcb057b63 0.04 MB 56 85
207,706 207,706 000000000000006e0aed89f37c4fc7b45f5c40447a7100a4637b30b466577c8a 0.04 MB 82 126
207,705 207,705 000000000000036bc140cbe8a32eb3da2522be8a8f79bb7cb721a246a253d626 0.20 MB 432 240
207,704 207,704 000000000000023f20f9cd79cdcc4869aedf6eaf613430991837250e8a0e9763 0.05 MB 126 158
207,703 207,703 000000000000024725ff1137d883373739647c60391ebc9c0df2ba2aa020c6a4 0.02 MB 59 88
207,702 207,702 00000000000004c98f3c07b2219c1a0a49bcbce88c17de9f7a1ec71ee6fe5867 0.06 MB 133 114
207,701 207,701 00000000000004728cfafb65b737ff3465dc6e9d7a6a21aebc745584b96ec699 0.17 MB 284 129
207,700 207,700 00000000000003ad6f13ad149dd3ec3aef9151e80e9320c9835d9fc5c6d7b32c 0.04 MB 58 109
207,699 207,699 00000000000001f57e65194fd3b8cf067a000a1d59f8c414c8da20e12e06380b 0.02 MB 64 222
207,698 207,698 0000000000000120b8fcd8c7faa856bb6bf9045f5b932316015a498891cec06e 0.02 MB 58 26
207,697 207,697 00000000000004a330b9142861f757fd2abf02c90c09cf482342d135160e0fdc 0.24 MB 594 185
207,696 207,696 00000000000004e009efe8e973a74e594dcc5280b54f9f2395252ecb4cbe3d34 0.00 MB 11 0
207,695 207,695 00000000000002f5abfbaf6da6d7a131c3417b3783bd3213ecbd4913bb9e6894 0.01 MB 16 181
207,694 207,694 000000000000046c70034c55068288282651b7e8b7c3daecea58425973b2739e 0.02 MB 44 289
207,693 207,693 00000000000004bc7540857c005f12b9357c6d0d25b8ebcf194fdfc8f7bd4784 0.07 MB 162 124
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.