Memory Pool Memory Pool Refreshing

2,319 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,319 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (487,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
420,532 420,532 00000000000000000022c5f307a77e81a32ed1c68d326f8b1a30698b4511e42d 0.99 MB 2,033 50
420,531 420,531 000000000000000000a8af71f8619b8cf6fc722b370e2a333c77f8b5a24ec80c 1.00 MB 2,426 57
420,530 420,530 000000000000000004253ac95804d53dc895bb7d772661b9d08b504301bc1cb7 1.00 MB 2,175 51
420,529 420,529 0000000000000000003332c92e35783180df4147cbea2278d64c785f4fb513e2 0.43 MB 669 50
420,528 420,528 000000000000000003c3f393259cf31a46d159942d1fab81cc682a6ae8ffe669 0.17 MB 325 51
420,527 420,527 000000000000000003aad82f8a1f47f5b7e63017970497a564652983a7059961 0.98 MB 1,262 29
420,526 420,526 00000000000000000022d5aa4753231a8dcbf139c3e381f6ddabf3b1a1113ef9 1.00 MB 754 16
420,525 420,525 0000000000000000049eccb89e39b7128bf15c4a112a389d3bfe3f37b65cb010 0.62 MB 328 17
420,524 420,524 000000000000000000ea49832688599cab784c798e36e53577ce88f10b05f60a 1.00 MB 1,841 54
420,523 420,523 000000000000000001a99689f58f20de78e5b0fcc7fc9c4c4c57d5476fe14459 0.96 MB 1,224 35
420,522 420,522 000000000000000001c2073d95271e86386917821bda857df48f66981abede32 0.50 MB 633 37
420,521 420,521 000000000000000001116c1821a4541e9134f10163de35043514383726b6c080 0.99 MB 1,793 42
420,520 420,520 000000000000000002bd90d7d5487abca6e736df1cfc01118a1b226525c39a67 1.00 MB 3,028 72
420,519 420,519 0000000000000000043d847f0c2f57814dbd4c2f34adb3726ee317884b09b83a 0.74 MB 1,646 50
420,518 420,518 000000000000000000c8e86c41c050f1f4ab83fd05871286f4d6346e59101006 0.59 MB 1,459 55
420,517 420,517 000000000000000003446d315c217705527c036ed479057966d7cae4f9301ea0 0.96 MB 1,596 36
420,516 420,516 000000000000000002562d162e6b0d53843c593519f768737cb368400a2f7708 1.00 MB 2,102 46
420,515 420,515 0000000000000000051db4ba10b77ae5cca68e41370b697205b1a6db9152bba7 0.83 MB 1,952 54
420,514 420,514 00000000000000000255173cba62ec7b72ea6bc5b0bd1158ded818942c784acd 0.62 MB 936 34
420,513 420,513 0000000000000000025cef84b1e78ff358e60d179072cf0fb53358d4b7117ea3 1.00 MB 2,328 74
420,512 420,512 00000000000000000452bfa0e4a5721d18eb8332eaac108f4826ef173236c474 1.00 MB 1,622 32
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.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.