Memory Pool Memory Pool Refreshing

3,990 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,685 (318,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
589,115 589,115 00000000000000000002e8d0baff7bee3ae12c27a39857d3aabd3c90bc135ddc 1.28 MB 2,536 78
589,114 589,114 00000000000000000018db165d600f9d6143598b7c66952cad77117ca3f37f82 1.14 MB 3,335 65
589,113 589,113 0000000000000000001164bd57b5dcb239b9b682b8cce82befaee07325f75a58 1.23 MB 3,092 71
589,112 589,112 000000000000000000092ae2291b3896c2fdd6226ece3a0d8208b480fd2f258a 1.31 MB 2,404 64
589,111 589,111 0000000000000000000a8e56b5e19f17f5a55ec836d60e37ba996d976a56053e 1.23 MB 2,995 72
589,110 589,110 0000000000000000001bee05b1a7c848ff0abf6402545b73231e3a30671e1f66 1.06 MB 2,624 69
589,109 589,109 0000000000000000000ab54c20c38a99e407270ecd0cbcb5599c31d975a4830d 1.35 MB 3,099 78
589,108 589,108 00000000000000000011463f4b1faf2f65ded3ede7891499e61b5cff5505cc73 1.38 MB 3,047 82
589,107 589,107 00000000000000000015a253f947d5651e72fca97203c2453881b73815e0b0bd 1.22 MB 2,553 73
589,106 589,106 0000000000000000001bc6a410dd40cd491cf2c8594a477004d5c51b01462516 1.07 MB 2,330 69
589,105 589,105 00000000000000000001421c8e26ef4b2093eb8e92cc913a0480a6b71d353091 1.07 MB 2,757 70
589,104 589,104 00000000000000000009e67f38be2680e1514d7b392fcdda793c37b8b4a74764 1.18 MB 2,834 73
589,103 589,103 00000000000000000019210ce52eb63fc8db3305e138f819a584c222438cf5ff 1.60 MB 2,190 72
589,102 589,102 0000000000000000001c0508e2ecadedd154302b5c6fe145956227ed920b3313 1.59 MB 2,797 72
589,101 589,101 0000000000000000001340a2e46348e741b72227fb9dc5da0603dcc032310f81 1.44 MB 2,400 74
589,100 589,100 0000000000000000001b31bc778853df7f93619ab1f2daa9cad353ca014a6b20 1.40 MB 2,649 85
589,099 589,099 00000000000000000003ab8dff9c71e1dd7c16becea08a7b7bba21c403928d99 1.11 MB 2,606 63
589,098 589,098 000000000000000000057831bae50eea8dd870102685ba7de1ea766fe63ac6e5 1.35 MB 2,382 75
589,097 589,097 00000000000000000012429091331f1c17e38d5ab4848aff94ee37582888d574 1.19 MB 2,796 70
589,096 589,096 00000000000000000018b995ad79e6ff406c65a92f57c26f63cb26869a7b4c52 1.23 MB 2,534 48
589,095 589,095 0000000000000000000a4da53ba27a6b78b347908802bc3b2b294f84a076980d 1.13 MB 1,737 38
Previous 10 blocks ↓
Total Size: 768.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,614.78 GB sent, 92.59 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.