Memory Pool Memory Pool Refreshing

4,699 transactions
15.06 vMB
Show Random Selection Loading Transactions
Max Size: 63/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,839 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (810,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,284 98,284 0000000000038249b7aad6f1085f03f86df5357343cd8dc567fd8036167bf10f 0.00 MB 2 0
98,283 98,283 0000000000025a691086ca10f2a9572a1f979a666f8367d544be8350e0510b31 0.00 MB 3 0
98,282 98,282 0000000000018f9f1e0d07dd5ca87307bc58b37dde3153e96d8f71f3e9cb1bdb 0.00 MB 1 0
98,281 98,281 000000000001538582b9f542f5faa51593dde981c17b9784dceea5440c276164 0.00 MB 1 0
98,280 98,280 000000000004399b150cf8afc4ec5a167cc63081d2f42627fc0e6cc72cffcd11 0.00 MB 11 0
98,279 98,279 0000000000018a72fd02b642ac843911415f1886233604abf80bab2fa17d72ec 0.00 MB 2 0
98,278 98,278 000000000002239e5addeddbaec7305e602208e70021d57ba82b1cbacaa0b18d 0.00 MB 3 0
98,277 98,277 00000000000347993ba42f475b39fb05e990374830c6ba2af5f3af1d5c3603e4 0.00 MB 2 0
98,276 98,276 0000000000026971199a1aec2793225a7639b8065e708b90a718ad484f2241e3 0.00 MB 3 0
98,275 98,275 0000000000016a3ce542d4f8776815d1dcaf857a244315b5b49f07f862a35cf9 0.00 MB 4 0
98,274 98,274 0000000000039bf40c07cba6d56c333592ed70f7dd1bd21cd90dafc4629e1bdc 0.00 MB 1 0
98,273 98,273 000000000001e22cbe4cd9fd347ed8df47cb8aecf6ac3bf63345413af9449955 0.00 MB 2 0
98,272 98,272 00000000000038389f12ad0b0cd9c45303b41dbedccb6314940de88631820b9e 0.00 MB 1 0
98,271 98,271 000000000003673bc6ce217789b8d4a15533b9da10d5a48da98cc8c0ed2986e6 0.00 MB 1 0
98,270 98,270 000000000001d5b0b03350b3b9490bb75275c151183fe143daa1212c197a7397 0.00 MB 8 0
98,269 98,269 000000000000e5f206be4a56afae108bdfc9a4c39acb13992b03789bb8d8def3 0.00 MB 11 0
98,268 98,268 00000000000550642e6ee0b31712701bda1ea5834a492a9b308a5d64260545c7 0.00 MB 3 1,937
98,267 98,267 00000000000556a92e866fda1bfa6a9f12a850918e3be28a709c6dba55327a4a 0.00 MB 3 0
98,266 98,266 000000000002a4beed1a83a62fa342ff1c52709883450dd4fd9d85419d98d74d 0.00 MB 2 0
98,265 98,265 000000000004cc53bf26e7e7a48b3d9209ab0f4be2f3e9878cddfbd019b040c4 0.00 MB 1 0
98,264 98,264 0000000000023fcaf221d1d2e7846cfd64e5589551288f5025e7fa157e932e71 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.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.