Memory Pool Memory Pool Refreshing

8,204 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,660 (356,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,508 551,508 0000000000000000002085cb6920d82b44083cee64f1783dbb791cd57305d904 1.06 MB 2,345 6
551,507 551,507 0000000000000000001937b15d2fb4ae9ec3718cf5de1399dda95813ccc2b76c 1.28 MB 2,776 51
551,506 551,506 0000000000000000001eb45f6a401423ab36be1f64270b482097cf10144a9e94 0.13 MB 311 37
551,505 551,505 0000000000000000001185138b03cb0b78c0a0b7d859b1bf82cee9329cdfc7d4 0.63 MB 657 24
551,504 551,504 0000000000000000000b5cd60723c2144bae313ebd786e7995ef508f46a4c02d 0.92 MB 1,985 24
551,503 551,503 000000000000000000207d303ad399cf32f0be7348f5bdbca616a963597bcbe5 0.45 MB 599 12
551,502 551,502 00000000000000000012c625df8bd746933f71aac61c10cba5f4ea4219ea3264 1.23 MB 2,735 24
551,501 551,501 000000000000000000282475ba0b688b4e539d5946ca1095688699941a75ae71 1.06 MB 1,223 7
551,500 551,500 0000000000000000002397cfa3e9016182697874d6eaae9eed8ab125ec6a3df8 1.19 MB 2,036 9
551,499 551,499 000000000000000000295961e5b2b5da73491084c4c7adedb6718adac5266be1 1.18 MB 2,363 14
551,498 551,498 0000000000000000000cb89df6a8b18ba5c8d8dca514c69fdbddc6954e0ba164 1.22 MB 2,358 32
551,497 551,497 00000000000000000029c74cd4ba3bd49b96d93927c45aff5e72058c2f486363 1.16 MB 1,948 9
551,496 551,496 0000000000000000000f64080be2ad10e9940d2a78538ae41e4ab269f84f6cae 1.33 MB 2,303 35
551,495 551,495 0000000000000000001b51565d6bd25e2fbc1252795166f12cff8de4c8c47961 1.33 MB 2,762 24
551,494 551,494 00000000000000000015240d1b2b36136a87256a54561fffee72aa4b7973ecc5 1.18 MB 2,421 23
551,493 551,493 00000000000000000009e5d82a827690144c28d425747a504de002bfc154d0a9 1.19 MB 2,144 46
551,492 551,492 000000000000000000292256cae1f13d0f7cf0db03048e89a227bf8b44bedbee 1.17 MB 2,773 34
551,491 551,491 00000000000000000002638730471ca771ed706a29e64e37edbb5e8388967e7b 1.31 MB 2,423 27
551,490 551,490 0000000000000000000feac8ba3eeee17f7cb7c38ed14cb2a16b3ea884b33c55 1.21 MB 2,515 24
551,489 551,489 00000000000000000007f84b2e122b2e40ce1325c9f2ce41e14bcbe252e392bf 1.39 MB 2,081 26
551,488 551,488 00000000000000000005e1f90abf0c9c64521dcabc9de6e2a778073c3ed21264 1.31 MB 3,106 54
Previous 10 blocks ↓
Total Size: 768.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,603.42 GB sent, 92.33 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.