Memory Pool Memory Pool Refreshing

797 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,907 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 789 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (686,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,069 221,069 00000000000001d1c2b66dde2f6c06fe20edbe57133d233e8abb63875bfa37f9 0.25 MB 680 225
221,068 221,068 00000000000003bb7386239a7c772624057ae7418f66ad87587f64545cbb9eb9 0.19 MB 470 182
221,067 221,067 00000000000001e4147e7b959f1413a602ab6cde8a81375b76c41649e4b66801 0.18 MB 357 148
221,066 221,066 00000000000003ef8de8d080d423cbdc74d33fd1853784c78e650e5a67a2717e 0.11 MB 180 133
221,065 221,065 000000000000047ab0b833b0a302a2ff284839838746a7bd85e8e0f74548fbe2 0.22 MB 417 161
221,064 221,064 000000000000000573723facfc30f9c6bf2c91b8cae308c8541216711f2b26f5 0.23 MB 519 162
221,063 221,063 00000000000000d4e602da55a3564f883debcdf697c13a38666b8792673fddeb 0.21 MB 621 173
221,062 221,062 0000000000000250149a976ef924b1da59922cd52d45627335ba03926225ff8a 0.25 MB 601 169
221,061 221,061 00000000000002840180a99cb1008088ac08dcc5126044c1cf0098b0c01cac80 0.20 MB 507 204
221,060 221,060 000000000000028c84c469cede7550b05f857df1dfb56df6596ee1706002055f 0.08 MB 203 208
221,059 221,059 00000000000003afbbe20b2f98f4f8d707f7e92744c3f59d3f47c927a1d62593 0.10 MB 187 155
221,058 221,058 0000000000000283f71dcb23744a5ec3fa92ca8bb033f2a86d7eb381ad6d4f75 0.07 MB 145 157
221,057 221,057 00000000000003b3ca64e1f2671171faa3b7472a61e3a0799518f1dc9b6e1dcc 0.22 MB 452 142
221,056 221,056 0000000000000472bf9dfc1b20a62498ff054b10b1b731ec777d836f0b864c0b 0.28 MB 614 203
221,055 221,055 0000000000000214210ba4801ef4ff1128a038c89264c5a6ac459759290809d7 0.24 MB 529 184
221,054 221,054 000000000000005ef49e0bc0263b0fbb202c90df82e00785fdc1e50815ee9212 0.00 MB 1 0
221,053 221,053 00000000000004c7896e608113c419405654308aa93c46ea9aa9dd937c7d5249 0.18 MB 383 206
221,052 221,052 000000000000051cd68121ee135c27e6f8dcf991cc401aed05678b53e925ec62 0.19 MB 402 171
221,051 221,051 00000000000001ab6282860f57ac0ad886d9a83875b96c1353dd7c94e1a4f183 0.14 MB 101 77
221,050 221,050 00000000000004c982d4d55b26ba596c972afccd3a72fde960b59edc0acabb66 0.25 MB 512 167
221,049 221,049 00000000000000ce67078f9e774a1993640c392ba2b60f9436ff7876c1c81b86 0.25 MB 580 180
Previous 10 blocks ↓
Total Size: 769.37 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,643.82 GB sent, 94.77 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.