Memory Pool Memory Pool Refreshing

217 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (763,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,359 144,359 00000000000004dcfbf2bf4146708696befebc903c174840daedc9ff139d5a80 0.00 MB 7 40
144,358 144,358 00000000000002e70d37b0c59036e8445faac55acc2e727adbbd860f456d09f7 0.02 MB 34 85
144,357 144,357 00000000000001416b2f4aa9584e143a187d6482125bfe265cc33e3d2c25787c 0.01 MB 12 66
144,356 144,356 000000000000088f0f6c46e9986b09d914a2f2f80210fd6dbd59171349da3758 0.01 MB 28 150
144,355 144,355 00000000000006d078a0d105044a69ade7875434798fb30a454ff206cbb81017 0.03 MB 104 115
144,354 144,354 00000000000001b9f3a26372f150a9c548f83410a8383613f565dd737b8f0ede 0.03 MB 33 157
144,353 144,353 0000000000000969e1d4c169360647a66f9357956aec4f7c011f766ef7123d2c 0.03 MB 47 77
144,352 144,352 000000000000086f854f5eeebd434aef0563213e8e2b53c9337ded555442acee 0.04 MB 44 210
144,351 144,351 000000000000092e117737f0a34405ba5ff97a92c04b344a4d666ba91124c0cc 0.02 MB 67 69
144,350 144,350 00000000000006401b64f7b0c205d08df7a8cc2d24ef521ba1e14674caa6e227 0.03 MB 65 288
144,349 144,349 00000000000004fff323ee1311f3708e093700e5f426917bcd4a46f84e908353 0.01 MB 29 153
144,348 144,348 00000000000003bd8983a5037a86ac1741e66037b957153e259677fb090a26db 0.01 MB 22 306
144,347 144,347 0000000000000053a90591588d064ef4acb606848be9705e2713d82a3931b73d 0.03 MB 38 82
144,346 144,346 00000000000002d5a9b3fdbaad02721023614c2a8557cd8b1506b01c3c16589c 0.07 MB 46 105
144,345 144,345 00000000000006b70968ff40bab22ca26028067e1d4a76e36a18ea5504038838 0.03 MB 91 130
144,344 144,344 00000000000009637eaa80d3431100b371f47c8dc6925453590eaea23c9029ca 0.01 MB 41 178
144,343 144,343 00000000000000c420b7cd7e8bb5c36ec3d73c02f75bf085aed2fc50a1406c62 0.05 MB 105 101
144,342 144,342 000000000000050780029984c1ec02a10ef60ffa31a6f74aec6c7418617d6bc0 0.02 MB 64 67
144,341 144,341 00000000000000a41ccecef4c46236f2fb41dfd6e96d8d8ffe04a2c133d4a875 0.01 MB 21 141
144,340 144,340 00000000000003e214a5f1d71b2959e668ecdf053719db4cd7d92166a22202ef 0.01 MB 25 256
144,339 144,339 000000000000030e5d67bd9076add9da971c2025ecaa830a1b80c330f4892a45 0.04 MB 70 93
Previous 10 blocks ↓
Total Size: 769.16 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.76 GB sent, 93.70 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.