Memory Pool Memory Pool Refreshing

3,537 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,979 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,978 (898,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,696 9,696 000000002315c8f1c413dbbe1ff7b8125885809255a42980e14307e7b625d327 0.00 MB 1 0
9,695 9,695 00000000be6587bddd577a01e3f9da872a694c9fec10bb7a03dea69242e0cb0a 0.00 MB 1 0
9,694 9,694 00000000266b7953f54a420faa1394c378a721ad11a825ac5aaa0c025006baed 0.00 MB 1 0
9,693 9,693 00000000227da1198cf768a6dd10f1ea2bda67a497f91fce8a20589543baac19 0.00 MB 1 0
9,692 9,692 000000003dee36ad533a610769593478dc34e1d25421aa5dff5d9703ff8e57b1 0.00 MB 1 0
9,691 9,691 00000000689e9c3fb224713c273e182d63720bc283fe040aee6cadcc5bfc758e 0.00 MB 1 0
9,690 9,690 00000000514bd4046890b24a59e4b23ec4a011c09e52d3b65972e93db74abe11 0.00 MB 1 0
9,689 9,689 00000000d99c02b3ba9537ea410afef45756bfffe739dbf127e5a64729eb0db7 0.00 MB 1 0
9,688 9,688 0000000038806a20908b3504c8357b0a84cd2053d98814e9665959fa9917e721 0.00 MB 1 0
9,687 9,687 0000000082069a2b9a9b2428da4fc3cca39b636ca4bfd79abf85016906daca71 0.00 MB 1 0
9,686 9,686 000000004191891622f30db0f878e37a050a73a249e097f9d98d41829aba80ca 0.00 MB 1 0
9,685 9,685 00000000e1116365ea84f9145752abec2853a8f558afde6142e0129aee00909a 0.00 MB 1 0
9,684 9,684 00000000f6028c9e60bb7ad158e3ccece8049e29c5b1aaf1bb42fdf92949fb65 0.00 MB 1 0
9,683 9,683 00000000a3111e554bc77cb60e769a1c5d179fc578cea7eccb5a0a4a7d862f53 0.00 MB 1 0
9,682 9,682 000000006ff67eeaf26c0b98aeedf32331b482de85fef8b9f1124803341f468a 0.00 MB 1 0
9,681 9,681 00000000540dfeaac348232c59256216841c00944305a27128f4f51525e6192d 0.00 MB 1 0
9,680 9,680 00000000358a8867055b8cd99a47b85c1c44f521bcfbc336fe55e1aa248d6380 0.00 MB 1 0
9,679 9,679 000000002c2d8262b683bbc589f8a57e70fb2669456a6f6a395905c1cd0faa3f 0.00 MB 1 0
9,678 9,678 00000000b63ba92f79892f8af3a13ec6df416e179a433214fe6f477ca1af8b9a 0.00 MB 1 0
9,677 9,677 00000000940ec38d0c44e3158a2781107a1b1259167516fd32b96d5f4db3e175 0.00 MB 1 0
9,676 9,676 000000009a352dd35b8cd81bd5de1b7a1595eb12581023e3a33ac43180e7dc46 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.51 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,647.08 GB sent, 95.47 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.