Memory Pool Memory Pool Refreshing

9,733 transactions
4.87 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
22 sats/vbyte 2
22 sats/vbyte 3
17 sats/vbyte 6
12 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,026 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,560 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,025 (351,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,097 555,097 00000000000000000018c58db427d58960d07f4e7d733ad2bb63182445d107a0 1.02 MB 920 74
555,096 555,096 0000000000000000001af86c3853012aaa6af72e6f1780612d33a504f2fa61be 1.23 MB 2,954 14
555,095 555,095 0000000000000000000cd2daa8cdd5f169818487ef65fb50fe683132d8fc4e53 1.29 MB 2,554 16
555,094 555,094 0000000000000000001b53ea90b288fac3c68b3673338cb85d9c4f84fd328d87 1.18 MB 2,798 20
555,093 555,093 00000000000000000011439db402a6be940d096c7c15239ad5c3272cc6bf6a72 0.31 MB 591 11
555,092 555,092 0000000000000000002eb427afe769286fe5d00b13273abd962c9accb60d30f8 0.92 MB 1,178 5
555,091 555,091 0000000000000000000f9cdad3f1c391d014ad1487513ad8c38cd045bc1e02b1 1.13 MB 2,211 21
555,090 555,090 00000000000000000019df86e0d5c9264bbc288cb409eb6629b788b72689d822 0.60 MB 1,287 12
555,089 555,089 00000000000000000017c8169c3bc37d16ade84c9d1030904eb4207f9165f9ef 0.42 MB 797 12
555,088 555,088 0000000000000000000b14f7530728de6220a4a12b0ef394fb7bc4257aa7ffa4 0.33 MB 618 13
555,087 555,087 0000000000000000000b0be4300663f0b6dde70638a72972fb183597fdf5b225 0.38 MB 849 13
555,086 555,086 000000000000000000050c843a0638fa66456efed37f6bee98c6755d9cb72cfe 0.60 MB 792 6
555,085 555,085 00000000000000000031f45ab20442d9bc1d5291876125108a5cba40d6cefd64 1.16 MB 2,562 18
555,084 555,084 00000000000000000028c1fad625fe395196de18942eaa5d8f3a9b4d7ac0dc3e 0.28 MB 438 13
555,083 555,083 00000000000000000029d260a3996e9e255c8d17a78ed6de2aefe9aaf783d8ed 0.49 MB 694 2
555,082 555,082 0000000000000000002dfa5471acfd400ea981c554644135aa250bfdcb2fc853 1.18 MB 2,384 17
555,081 555,081 00000000000000000023450662b5b00746a2b0faeca9d8cb0f592f1752236fdb 0.53 MB 812 8
555,080 555,080 0000000000000000001338f7ff4253668cf9802ff8a724c7dd6ee96a0e514cb4 1.13 MB 2,355 12
555,079 555,079 000000000000000000242c6b87f4058b62a09c36c5a967b313b3d2cb5f96c2b5 0.41 MB 749 14
555,078 555,078 0000000000000000001d230de79cb669ac9ad72fcb40d1d41b48529f38dcdc27 0.99 MB 1,575 9
555,077 555,077 00000000000000000003b02a12058d5f876a6854bdbfdc08f8be376013b4ef1d 1.17 MB 2,451 16
Previous 10 blocks ↓
Total Size: 767.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,520.13 GB sent, 85.84 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.