Memory Pool Memory Pool Refreshing

954 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,754 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 939 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,753 (894,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,502 14,502 000000002042e2b3b245c066960009ac343fd003a489dea71d4ae3cde00f4ed5 0.00 MB 1 0
14,501 14,501 00000000d5bd79e259e807af99992bfafcbab4094dc7e1af5c7b3dd28a2adb5f 0.00 MB 1 0
14,500 14,500 00000000102971fce5695c52a40b5f427b20072c583250cbb57d3ca27923f584 0.00 MB 1 0
14,499 14,499 00000000d6f21e5e05f934bc76f923f868e9d6c6433edef9415f3fc78f4e06cd 0.00 MB 1 0
14,498 14,498 000000004b0b38c6a760b834bbc3c878cb5dab141fffab7cb4d4a1a35355c43a 0.00 MB 1 0
14,497 14,497 000000006f5bc778d3136b86f4c1dd1007130831f524365382aa638403a46b05 0.00 MB 1 0
14,496 14,496 00000000701ba35d08b9111916c4b98ec045598474600e39d425856c3607400b 0.00 MB 1 0
14,495 14,495 000000009ecbb5257a189087f65bb8c1a2e9e230f8676a4e4697a17ea23ed29a 0.00 MB 1 0
14,494 14,494 00000000a5dcfc78c7f6cedd39a5c3da7f2e39324f8ae9b77b6940df855f097a 0.00 MB 1 0
14,493 14,493 000000003708f74f92b165457abdad8ebaee5c5a5e06dc60de63a9861937bdde 0.00 MB 1 0
14,492 14,492 0000000042cb0e8dbfc15f56e0df1792e6cda0d2c0fc78e170dd9e0a63258b67 0.00 MB 1 0
14,491 14,491 0000000047de0163e9f32cd75049bb5e2b9499800524665bb64afec607b47b53 0.00 MB 1 0
14,490 14,490 0000000010f2fbaee53a4c02da8b427116f25d0988687084aa14b13967caadb9 0.00 MB 1 0
14,489 14,489 00000000302c7e0071f6836e45e85f5a97a143f83eed9bc3328febb373060621 0.00 MB 1 0
14,488 14,488 0000000080352b41420036d41d6b7d1b2d1bac9575f85e60617827bafe5e9843 0.00 MB 1 0
14,487 14,487 00000000fe5ef1cdb738d1866b852b17d9ef0a9d7ee01121ffe4ba6286c32d81 0.00 MB 1 0
14,486 14,486 00000000816a64e3ec455a13f6a2b12a6eef111418821678fbb3a40b2db3c49c 0.00 MB 1 0
14,485 14,485 0000000060afd907f2ab4720ceec243138e424bc507441e41d7a5c2bef946b84 0.00 MB 1 0
14,484 14,484 00000000d9b2b705afd86eebbd6362b036fcc65189f8d4cbd155b647789601bd 0.00 MB 1 0
14,483 14,483 00000000f671168e2e84460e18e59d520ba34c1126db1a2235526125b738bdff 0.00 MB 1 0
14,482 14,482 0000000011c1f30e601dd6c6efc97e5a060f2a1433848fab672e27426c750624 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.10 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,856.18 GB sent, 102.51 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.