Memory Pool Memory Pool Refreshing

306 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,509 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,508 (837,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,321 71,321 00000000009f641d69663b16f673a746cddc9fb0ce4251e4ec88bb6a4dc8791e 0.00 MB 1 0
71,320 71,320 0000000000460968d4b40e0faa4534cb00153621fcbd3e2368d8331daa56ccac 0.00 MB 1 0
71,319 71,319 0000000000aa5d2277c92b2d766fab2b3716cb5b57ce7ca0f02c80ed295185c1 0.00 MB 1 0
71,318 71,318 000000000070a57d6f6a37ce401f297cb34b9f01327338e15ad32180c43a8723 0.00 MB 1 0
71,317 71,317 000000000051d4f59aa2a005cb12d61258aaf8527441a83e0b1c60f5f4351864 0.00 MB 2 0
71,316 71,316 0000000000bb784887abc7ff5a20b0ba397c98f8c9d6bdf4a04e657553185d8d 0.00 MB 2 0
71,315 71,315 00000000005c831ca447fb668120c6a02295cdc0312984e25b4b569070472b40 0.00 MB 1 0
71,314 71,314 000000000092276200881e792f59a14471c4013de66cf1359ce0aec3b59c67c4 0.00 MB 1 0
71,313 71,313 0000000000239989e7dd1af41562084a55d0b622df139782c9ccfac2849908d1 0.00 MB 1 0
71,312 71,312 0000000000871b6d20ce3b66ef9824f6361db5cf70dcabc4684a15a0929ae999 0.00 MB 2 3,891
71,311 71,311 0000000000dea82030879e8e1c58e33a8d6951c7c4f5432d38d72babf61c5d77 0.00 MB 1 0
71,310 71,310 0000000000a86f31cc68d7a7d027b10947a38bf88c53e3d9be974a8a3bf8099f 0.00 MB 2 3,861
71,309 71,309 000000000047fbab249fdd750f18c8d1e16558064e4bd79aefab7e4bf3b4990e 0.00 MB 1 0
71,308 71,308 00000000002439feb830a402f138a32f4770a1950f2808aa734b2798b6f7ffec 0.00 MB 1 0
71,307 71,307 00000000009edf2cc8319d7e6c6e34edcb59279443d7e2a1250153058d196d76 0.00 MB 1 0
71,306 71,306 00000000005b9b57a25d323de25a6238eb40b27278bf940b5b090a749cd12489 0.00 MB 1 0
71,305 71,305 00000000004a373ebaa20e22efa3a3cd5d6239ed6ceca528864a25a9c8a6f142 0.00 MB 2 0
71,304 71,304 0000000000fb8471994b687a6bd0126b270eca294545102526f3af9c9dc9a880 0.00 MB 1 0
71,303 71,303 00000000002103bbeb5afdf0d87ec6e5ec16b0d15dfb8dd9818845c8ddfddc4c 0.00 MB 2 3,891
71,302 71,302 00000000002bd970b0162597a3b831c47dc2d5d530f70e8f16702da32b18b182 0.00 MB 2 3,875
71,301 71,301 00000000002bf16015c8d255e71a607f5a6852047b4b199b10bf99c3b38e660e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 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,832.49 GB sent, 100.21 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.