Memory Pool Memory Pool Refreshing

3,407 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (633,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,921 273,921 0000000000000003da2b4a899eaab3639993ee52fe2ca83f09228d3cbfb4a57d 0.15 MB 323 31
273,920 273,920 0000000000000003d93ebcacc07e2c17763cb1f7936a56a4d7782440c4a931d0 0.32 MB 417 23
273,919 273,919 00000000000000009d879081c306eee3ac5096eb639c4a46f9ff1949689506f2 0.25 MB 758 68
273,918 273,918 0000000000000005dfe388330ecce519e7123d04a28871a9525fe4c9a9bafdcb 0.19 MB 364 37
273,917 273,917 0000000000000001e822d78662b9a7ffa87117fb0ddbfba43d598fec3afba39c 0.16 MB 330 39
273,916 273,916 0000000000000000a6e45b19c9768713755e746226396cab6fe576d451ce8925 0.01 MB 13 73
273,915 273,915 000000000000000111b119121d0e2ce932b5a30b187b3b7ed8d508922496fe80 0.03 MB 73 32
273,914 273,914 000000000000000151f7d7ae2c1f5fddd5143f4aa9a0ce0ecfb5c7f6777de0d5 0.05 MB 135 49
273,913 273,913 000000000000000231899c60c0dccf13bdc9cc25e791f2f43f0c44cfeee3882a 0.11 MB 214 26
273,912 273,912 000000000000000502150d705cd9e67c1ea3e107a968b94d8a736011aec3bf1c 0.16 MB 403 50
273,911 273,911 00000000000000045d740602dcbc09d87c47df99049521ea5432895ac1804309 0.15 MB 339 42
273,910 273,910 0000000000000000101d52e31004e461734d5b19978fa9a5632f8d3abd611815 0.33 MB 824 47
273,909 273,909 000000000000000289bd8f7ca282483ff9688726c315b6ea4aa41832e04d13ae 0.12 MB 109 16
273,908 273,908 0000000000000003e43150955bb512263f21d022f0eb71b8d1fb3baa761c6c82 0.25 MB 443 52
273,907 273,907 000000000000000586bd8d7bbb7d5e59005470f56e38918274338cd1c441ce01 0.01 MB 24 37
273,906 273,906 00000000000000040614f119e1759b43eacea082816b927bd3e8e4848d1f374b 0.07 MB 154 40
273,905 273,905 0000000000000004c6a5c10b390b593e916771dda80776dcb571332234aa645f 0.11 MB 210 32
273,904 273,904 0000000000000004a5d59c0614f598296a28335f936b7c1d674b074b4486b0f5 0.08 MB 137 29
273,903 273,903 000000000000000401aac72c580fa3b051a8a97b26b4b126c7450c6c140324ca 0.12 MB 118 17
273,902 273,902 000000000000000527aff13e885a789436617c57e49a7a810d4eaa6c0cd4c806 0.15 MB 305 47
273,901 273,901 00000000000000058203f6b69a7c209789e8362f4947e1df9c2087a949c3338d 0.17 MB 430 58
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.