Memory Pool Memory Pool Refreshing

1,111 transactions
0.42 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
907,902 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (2,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,009 905,009 000000000000000000002865613d073e13d728c1d8d0ff4b6b2a97250944481d 1.09 MB 2,211 2
905,008 905,008 000000000000000000004f1e2ed3466affa16597beb281afa303a655f8fae87c 0.62 MB 761 2
905,007 905,007 0000000000000000000154c06ea5ca6632341d8b4763572d79aae143a89997de 1.19 MB 2,586 2
905,006 905,006 000000000000000000003a634a2f759385b4fbd8f3d89dbf3bb2dfff54802279 1.97 MB 309 0
905,005 905,005 000000000000000000000be838b1640ec9b7e6012f939f5e6beda6a2bb248c9f 1.11 MB 1,843 2
905,004 905,004 00000000000000000001e9412565b2b9a3186613380dc2de2f1bbae03730000d 1.63 MB 2,438 3
905,003 905,003 000000000000000000008c94ec782a68daf878e7e997ab8c0e5cb5a93e6a2036 0.45 MB 969 2
905,002 905,002 000000000000000000004622332dffd8cb96b6f88dd6861c34e494835e5e5a59 1.18 MB 2,514 3
905,001 905,001 0000000000000000000253c6ce2f7487f74f25aa796c757bfc7a67814ae3b76f 1.83 MB 1,243 1
905,000 905,000 0000000000000000000090a73b1ea09ad33ac1d9b1ad65ac0aa6c57cb4440058 1.64 MB 2,848 3
904,999 904,999 00000000000000000001b0b026642b91d00904a0d4f388c1f3ec96f524726816 1.98 MB 781 1
904,998 904,998 0000000000000000000168a2f706c51be600c02f88a22f2c6c61d8ea8781794e 1.55 MB 3,080 3
904,997 904,997 00000000000000000000f4507832a6d214afcefe524b53bd14254af043f962a3 0.49 MB 643 2
904,996 904,996 00000000000000000000c2c999d2a498e53b786993a02ea11b0db0a06e1a1c06 1.06 MB 2,070 2
904,995 904,995 00000000000000000000758f898faa77938c20d44cf853b3f7788d60b6010c34 0.52 MB 996 3
904,994 904,994 00000000000000000000e93e04a3f79cd055bf65dbfcd10ca734bdee1c897701 1.62 MB 3,766 1
904,993 904,993 00000000000000000000ef1b2f268df47109595d28d67e3aa48d3fcc747871de 1.50 MB 4,151 3
904,992 904,992 00000000000000000001019a023cd7e1a452e801d70dd566ed06e925ff19d399 1.17 MB 2,776 2
904,991 904,991 000000000000000000006d58af368515b520110095d64a123512ac437bcfa65c 1.59 MB 2,094 1
904,990 904,990 0000000000000000000181b1e29c962fa8f36e51cad2d6e8795a08d92a9f12f1 1.42 MB 3,254 2
904,989 904,989 0000000000000000000161bc7461e9736bcda0f28458bd75265019864961aefb 1.60 MB 3,787 2
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.