Memory Pool Memory Pool Refreshing

1,698 transactions
0.47 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,890 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,689 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (169,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,101 738,101 00000000000000000007a177670c070c143a295558232af966691f6996bf9529 1.65 MB 2,547 6
738,100 738,100 000000000000000000000207f132d716e2d37fd538c6d91702dfa82a2f827b52 1.49 MB 3,331 23
738,099 738,099 000000000000000000071dd5ecb9456403243c3ee0429239296269f048dadd51 1.50 MB 2,602 9
738,098 738,098 000000000000000000084ed7afe22a3b62a4a63a779ebdaae78d631e5fff43db 1.26 MB 1,611 17
738,097 738,097 000000000000000000017984b30a9321efe64758f18dc3d56d4373db3be14928 1.35 MB 2,434 25
738,096 738,096 0000000000000000000566aa653b49a595a611f7e68672ce631c1a85afdebd8e 1.74 MB 1,402 2
738,095 738,095 000000000000000000083a7507ac6ea0dca769f799e60273341ab9598988e644 1.23 MB 1,192 13
738,094 738,094 00000000000000000004c8a337a15b9dc472d4ad239ed77d3dd32ed54feb630c 1.15 MB 1,071 14
738,093 738,093 00000000000000000007d9a4fedc535150abe34012bede972b3ad89742173b08 1.49 MB 3,018 28
738,092 738,092 000000000000000000024b44774b47b3ff7dfe376ecb05634caaee72e0815fb6 1.56 MB 2,688 13
738,091 738,091 00000000000000000004624aef0e18ddfd6170bf9576064af4af91335480301f 0.53 MB 997 12
738,090 738,090 0000000000000000000517e82ee4983c849cb5cf5769194dc37f4e788b44d71b 1.52 MB 866 5
738,089 738,089 00000000000000000003c8265a5d78a25e44a0b28202ca886038526355dbaf80 1.28 MB 1,471 8
738,088 738,088 00000000000000000007efb35af1f943e700d70576fac598d26bf4c65ec34287 1.41 MB 2,429 13
738,087 738,087 00000000000000000004f28ca63559edee31016f1ac4fa56511891ea3be2b4ef 1.50 MB 1,522 3
738,086 738,086 00000000000000000006141b0cb537c2ae172cfe521c4c2526d56cbe3db964aa 1.23 MB 1,405 16
738,085 738,085 00000000000000000007c8b9911bad05a1479b691842199fe590b43e84d24d0f 1.50 MB 2,813 14
738,084 738,084 000000000000000000087a0897edf4a36cae302bd36e2cdb284c2040dfc1352a 1.54 MB 2,076 13
738,083 738,083 00000000000000000006a25b4aeb48501e441e0ab3b6e8f29a7f3815e30c1720 1.67 MB 2,754 19
738,082 738,082 0000000000000000000449641563e7764fd78c36ecc9b83a02f11de5024f7b7c 1.18 MB 1,401 16
738,081 738,081 00000000000000000008fb18c735c871965e86414e6dc06b915f810244222192 1.51 MB 2,362 19
Previous 10 blocks ↓
Total Size: 769.33 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.20 GB sent, 94.63 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.