Memory Pool Memory Pool Refreshing

1,485 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,480 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (897,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,063 11,063 000000006f270c8febc886c6c3c1de9d6bdac09ea0c099d833999d574f93bf1c 0.00 MB 1 0
11,062 11,062 000000008a361a200023b359e93975bffc606c47852595c68bed219b5f318deb 0.00 MB 1 0
11,061 11,061 00000000e976c27308e9a67df4e607a0308a506eaef0dbb32850d53cbbced6ae 0.00 MB 1 0
11,060 11,060 000000003a50ed96341903f4a40f844d8071feaba89d47e75ac99df2ca43f423 0.00 MB 1 0
11,059 11,059 000000001b176246e5bfad267c978dc6d44190bf0429fb3d049ad15ac6b7f808 0.00 MB 1 0
11,058 11,058 00000000b29cc89289861e02a65f7b3e84f5f15a4435ba72b2150ae5eefd2ef6 0.00 MB 1 0
11,057 11,057 000000002e85182f81c09cebf5695ffc0b77229fe45906191a0664f60ceb3e87 0.00 MB 1 0
11,056 11,056 0000000069470001a1a3b6616f8b798481d408e78476e17720ac3821679c2b21 0.00 MB 1 0
11,055 11,055 000000006b64d8d92c34491580c7ed759fd550a0a5f1a9f9a06d37029fd5d563 0.00 MB 1 0
11,054 11,054 00000000e7d225ec23d51533ec0f4c925636aeb47fe2e02189f84df131fc9743 0.00 MB 1 0
11,053 11,053 000000007685fa33eacb64328696d600c43fa31220a2037fbae65a6b3613bd5e 0.00 MB 1 0
11,052 11,052 0000000075b662000d030868c87f0f0738affab2c56af30ee1d525b2805c2f69 0.00 MB 1 0
11,051 11,051 0000000096cb1b63b3ccfc694f5f18c89d586fd2edc078917a1c2247edc1448a 0.00 MB 1 0
11,050 11,050 000000008b73fd48d30b0495172f4663a69aee5e626218ce2cc9166c8be274c6 0.00 MB 1 0
11,049 11,049 00000000ac08130b7e1de7a414525dccd590f1ccb48e55c426ee5c60f2b9f473 0.00 MB 1 0
11,048 11,048 0000000063e49f8030a2665e519d4f2e0a42fa99a6ffb1e534f3646f660a6601 0.00 MB 1 0
11,047 11,047 00000000f2d51923d2aac14808594bc949796583cc11bdaa0cd4032d80874445 0.00 MB 1 0
11,046 11,046 000000003046448b8a2e09195d977a6a11a7ed3329589dced9a852730f6c5b67 0.00 MB 1 0
11,045 11,045 0000000076dfa33cb4bd6bf4ec3b3022c0e384299e45e9a4dcc11f9d0aa75525 0.00 MB 1 0
11,044 11,044 00000000508921c73e28042aee48f8f51e420445333cfa02d8c93ed18d776ab1 0.00 MB 1 0
11,043 11,043 00000000fe89da0c4a0d9d04ff95020717b591de14214f565badf1158c779504 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.