Memory Pool Memory Pool Refreshing

7,129 transactions
3.82 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,771 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (630,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,760 276,760 0000000000000000a08a2d7f80c20ff513f03dc1f9559bfaa6adb489a3578162 0.07 MB 150 44
276,759 276,759 0000000000000002b97ec21719d419a70b2720f4fcea1eac2725f650ba1f8d9b 0.08 MB 208 48
276,758 276,758 0000000000000001dd31847716f324714578157bcbf487b85a9903aa6507d81c 0.17 MB 352 39
276,757 276,757 000000000000000327a11e5996e19e18950c4d8a3b9b3798904286b4f53a0189 0.13 MB 179 13
276,756 276,756 0000000000000001f586e868b0794ac79aa731a89476e3b80bc55e3d21468ffb 0.24 MB 473 42
276,755 276,755 00000000000000000ad64f4bd3e5febdd837ecc42e70f17486a022b94d2b540e 0.06 MB 109 35
276,754 276,754 00000000000000029004ddd51b4f55f438fbe5d9a068386f05ec4c8c0fd106de 0.09 MB 176 35
276,753 276,753 0000000000000001633f2a2c6ed1a033d86954d4e78cd03b9e8d35ce5b7e6f6d 0.17 MB 195 29
276,752 276,752 0000000000000001c038b90119c1c3fe891a5f6366f722c5014bf5e57d3ac4bb 0.61 MB 688 24
276,751 276,751 0000000000000002b821c22ac70fcb860e32a1218c081038d8d8b525e665160f 0.25 MB 517 49
276,750 276,750 0000000000000001adf09374b77a90ac56bb045ef7bb562dda568d2484826ea7 0.25 MB 351 35
276,749 276,749 000000000000000157ab354eee8c44a57f4b04fc46869db75df5f63c7bc2e5c4 0.35 MB 895 59
276,748 276,748 0000000000000002eab1c44d65ef344bd04607a723a0b8903da826a8ba05d102 0.25 MB 409 21
276,747 276,747 0000000000000001eb4bb3eaa1ae4528a8c452c9d77f84adf41fa1431ff23f02 0.25 MB 559 39
276,746 276,746 0000000000000000f5ed5748e418d6f3add2636b8148c81e3567544a4fb3c417 0.25 MB 816 61
276,745 276,745 00000000000000026105549bce96c4212d3ae5f3a713a0421035598d3eb821c9 0.50 MB 1,523 84
276,744 276,744 00000000000000008e2764fc1038866704bb3afa098330ddaa31ad2b4351b86e 0.49 MB 1,036 45
276,743 276,743 0000000000000000b20f5525aaf49918719d1e708f66ca4613028dbaa1c2ad17 0.01 MB 28 46
276,742 276,742 0000000000000000fce3f703d8b9db49706344d5f037bbad1e2c67efe186edaa 0.04 MB 81 30
276,741 276,741 0000000000000001c0bc4164babf84ae28029b13d46c0111d2235addb29fe37e 0.09 MB 193 47
276,740 276,740 0000000000000001d8b08de586778bae62ae82670c4fe99c646619dc05a55f6e 0.30 MB 735 71
Previous 10 blocks ↓
Total Size: 769.03 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,625.77 GB sent, 93.04 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.