Memory Pool Memory Pool Refreshing

4,232 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (619,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,884 287,884 0000000000000000a5a598892edaa63819b3adc13173a2f82d9d890084b90f13 0.24 MB 169 17
287,883 287,883 000000000000000046e3d11c9d83b25880b97b42fdeeaae441e36169a96ea8d0 0.35 MB 749 40
287,882 287,882 00000000000000005ca7ff032c6751a1502a9c535cb27f25efb2415a44e5a5e8 0.12 MB 129 25
287,881 287,881 0000000000000000155fd2f30f60100b3174c7b89bd75d1a85efdb27be1e86f3 0.25 MB 425 35
287,880 287,880 00000000000000013a0e370b55e40478f7886b91f22ba436a85b94fb9b180a63 0.20 MB 302 31
287,879 287,879 00000000000000002ffeebd7efd5795f53ea9430de7023b7e8a4a94529fc95e3 0.30 MB 334 24
287,878 287,878 00000000000000005371e4fd5084e16e03cecaaf7ce565c4c970102c1fac776a 0.70 MB 859 29
287,877 287,877 00000000000000015871cd66c7db32a5e2c3b5f2f7f3585ddae18b04853868a9 0.06 MB 59 15
287,876 287,876 0000000000000000ddc093d8370b78732c2acec86a4485df0b5b4edce8f7cf6a 0.50 MB 446 16
287,875 287,875 00000000000000002c1798e238c886119eca6575b49456f4d00c05cf0a22aaeb 0.25 MB 267 26
287,874 287,874 0000000000000001403e3d9ac42be79ba709f393b48527232d73ac6a385ee987 0.35 MB 670 41
287,873 287,873 000000000000000054d5ff655e5e0a4d111c8769fba5f9884ad89f79313802a6 0.25 MB 443 28
287,872 287,872 00000000000000003fd30125de4653bb375d69cd9a5ea35223819072661e851c 0.35 MB 839 43
287,871 287,871 0000000000000000f079a8fa6a50b8486ca2179258a9f1adb0dd3d9dafadc1ce 0.25 MB 830 46
287,870 287,870 000000000000000158144bd96bac67cff574584e5a551e8c3f5e62cfeac7b4e2 0.06 MB 185 141
287,869 287,869 00000000000000009598fcc5838c70f3b7dfc5f7ceff7ecd676349f351c152f5 0.06 MB 139 104
287,868 287,868 00000000000000007c2e7bc1ae02ad470d18cd3d491729dbd2524b908f933783 0.24 MB 491 42
287,867 287,867 0000000000000000e7e541cebc02ebf55166e78dda29c6c3b84e09c58695e725 0.36 MB 706 43
287,866 287,866 00000000000000014a3fd8a91490a2fc64eaa19f332463e68af5da91b0b0a95c 0.35 MB 494 22
287,865 287,865 000000000000000130c66df90c93998593264810b540ec9fbe701ff029721f1b 0.00 MB 1 0
287,864 287,864 0000000000000000d27103912694bcc4cc9473881d681aa4fd2bd6bacc7b7692 0.35 MB 374 48
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.