Memory Pool Memory Pool Refreshing

2,456 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (595,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,659 312,659 000000000000000036054a0e259a87114ccf607aa909803f123711e4c9eaf420 0.35 MB 700 29
312,658 312,658 00000000000000001259a6686378d5fda3c819e952c858cc2d4cc3b0f353f61f 0.04 MB 51 22
312,657 312,657 0000000000000000064b25c24af5a73e8d552a76a7686978c6f6b45842878ab8 0.05 MB 81 23
312,656 312,656 00000000000000000597c6bf41368ba03550439e6aa4a8ad62b47b8c16680e0f 0.04 MB 103 32
312,655 312,655 000000000000000036e9cfe916f45ab5126a5742e5d075e1f5bf4f1c2a17df0c 0.08 MB 192 31
312,654 312,654 0000000000000000200b91ecad9780a856e140537f3ad35893e5990ad8f49289 0.24 MB 579 31
312,653 312,653 000000000000000000881f42f56db28ee4783d3998846f5b0f478b6219086af3 0.03 MB 65 28
312,652 312,652 0000000000000000291f0453e4ff9b2b978ed6d2f62d4841d756188ea9e1b590 0.03 MB 78 31
312,651 312,651 00000000000000000f670e509ed224ad3208235ced9915645721025e6d391fda 0.02 MB 36 14
312,650 312,650 0000000000000000200a75dc6777746d4d4c2e93b417a556c161705260c01c11 0.02 MB 49 28
312,649 312,649 00000000000000000d108a0e6e178ff1808fc20b95da33c96582e4f375c64049 0.28 MB 446 25
312,648 312,648 00000000000000000daa5edea010acb624013ce365b17bbf2b82a0d8e357be02 0.18 MB 305 20
312,647 312,647 00000000000000002efbba69c74ebcd5373de39cf408f6f1310cfe5e84fb32f5 0.10 MB 256 47
312,646 312,646 000000000000000028583ce5d5c21c2d6375f6130bfa64ddc81f39515d06e6f9 0.04 MB 78 27
312,645 312,645 000000000000000019296439b68284080f1612dd71f6ffad43ee6798a44a1e30 0.12 MB 246 29
312,644 312,644 000000000000000000a4757282e39549b2c9a29287078f11017df2738b8f0208 0.01 MB 23 25
312,643 312,643 00000000000000001ae7a3e5bebb4d897945aa00e41cd377e17cf049e751659a 0.07 MB 122 30
312,642 312,642 00000000000000000caa023509328b9d6de23382df9eff2e5c1c92635971a9cc 0.01 MB 17 31
312,641 312,641 000000000000000015bf5fb7a5f19de27b1b99af4f062e22cfbaae2ad13d800a 0.03 MB 88 16
312,640 312,640 000000000000000028e9b7ffda00873fb34e61527f093d50828f60453b91feab 0.08 MB 146 30
312,639 312,639 00000000000000003a952bb71761cdef71d63dc331954624e72f33b9848cf6dd 0.19 MB 178 22
Previous 10 blocks ↓
Total Size: 769.15 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,632.56 GB sent, 93.62 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.