Memory Pool Memory Pool Refreshing

9,010 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 16/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 ago 1.00 vMB 3,840 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (775,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,718 132,718 00000000000005653fc79650ad892b8c05cda87dfabc95cc9f894ee397e3175b 0.04 MB 118 244
132,717 132,717 00000000000010f67709b04d12f62b5069d8746453f4a3f59fedd7192da18b94 0.02 MB 58 265
132,716 132,716 0000000000000217117621a9cc6f7d82e68b00a56e037f15a5baf10a42d1c525 0.01 MB 13 8
132,715 132,715 0000000000000cfc08d78b13fc4c97f390b22d923b98b5c1deee9def2189520e 0.07 MB 130 420
132,714 132,714 00000000000010ace9a209903e0f9087a4d3ff6ffa288e0c2ec9c3402fbd828c 0.01 MB 32 180
132,713 132,713 000000000000061918557018a647f629353d09db64a35eea219a51d3782e05de 0.06 MB 62 821
132,712 132,712 00000000000011f31cdf2141fbdd53f37e817a1785f00b55b59e1b9cd9ec83be 0.01 MB 34 687
132,711 132,711 0000000000000599da7842ef60c5486a79f16e3ed6b8a13577fb258f67da1510 0.03 MB 50 323
132,710 132,710 00000000000006738077df441a82c5018e8597f6b46ad44250381eab75d52b0f 0.04 MB 102 204
132,709 132,709 00000000000005b05ec1dd48983f380410c61e762e2567117cab7c65827f45a7 0.00 MB 13 326
132,708 132,708 000000000000084b798cd8d937da6e67f151e9fc0665e8a992a9fd45ed0b73ac 0.02 MB 18 152
132,707 132,707 0000000000000bffa09bf7d4a594811d3ea9ba10c2214bdaae4515f35404e638 0.01 MB 9 796
132,706 132,706 00000000000009eb5b88320d66c0db01f655a9abadea94afea6befdb883e6473 0.00 MB 13 0
132,705 132,705 0000000000000310b102ce13c7218a3e4e6e2af0b5d0170a4e748d6c8c3f72eb 0.01 MB 25 155
132,704 132,704 0000000000000de901d8565df4668fda573f8802259ae019422e5c157fb9dd22 0.01 MB 34 532
132,703 132,703 0000000000000d1573d0d2c8af3728caf216cde4893bc6c796f864c49be68b15 0.01 MB 19 600
132,702 132,702 0000000000000ec30df3859af7078ef1d628783a655749fca60f711f6f082152 0.04 MB 139 311
132,701 132,701 000000000000091b392d5057e549c0a1dc216eff768e934629ead2fa73b50d79 0.02 MB 6 121
132,700 132,700 000000000000072b730f1ca0681a3279a3c1c32a488bf146b005c4327566c0b9 0.05 MB 26 96
132,699 132,699 000000000000080a705135017fa2d05a899a5c4b7801ef4c0ced89b19c047e38 0.02 MB 47 497
132,698 132,698 0000000000000b2958d031167144ed91871d93a8b6ecbcdddcb8181f6b1e5baa 0.00 MB 11 1,553
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.61 GB sent, 94.36 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.