Memory Pool Memory Pool Refreshing

938 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,945 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 936 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (768,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,078 139,078 0000000000000005dfac09d12a037ed23c41424f0bb42ff2e9e3af3e143b237e 0.00 MB 6 63
139,077 139,077 00000000000000bcb7336aeca83701a5e69dd31aa71aae137ff704841abe95b1 0.05 MB 148 58
139,076 139,076 00000000000001f39f37d86c21cf1350e16a0a81f13195a85cc9c48efa4e2b69 0.04 MB 91 312
139,075 139,075 00000000000005aaf949ccd401b57acf967176c3a925cbb578146ee25e14bf2f 0.01 MB 19 573
139,074 139,074 0000000000000266d0b5ddc2048d0cf6e360456ef6e8db1d1ad9dd8b082145af 0.00 MB 9 438
139,073 139,073 000000000000042fc5649d50038f0f37a5d62a5e61e8ac960de40c22220c32d8 0.01 MB 21 457
139,072 139,072 0000000000000007b7b1bde407a6cd0c1b11f329bb56502cf6200fb48108ceb1 0.03 MB 65 421
139,071 139,071 000000000000029a8ea7253166589973e8f88abbc75a5d2055200e6c1d9a5a24 0.00 MB 15 319
139,070 139,070 0000000000000958f7f2fb98a827668971ef59a3d4083f55268dd67a54d2c069 0.01 MB 11 365
139,069 139,069 0000000000000631d03f0e5bc29698699f729e43e9c669a10e3313933ca95a62 0.00 MB 13 91
139,068 139,068 00000000000009ca7f80db81f61c4a4577b8494cc8676baab68b6c727b479b1a 0.05 MB 119 118
139,067 139,067 00000000000002e46675ec92f65a50cb5fe896c6be901acc7a7306dcb6c216b1 0.00 MB 10 87
139,066 139,066 00000000000000197d5590599ac94df9810eb1229eca97a032f30c33bb149b25 0.00 MB 1 0
139,065 139,065 00000000000003b042a353d5c62cf67a30dd7e53dac52e615b539f67541ebcdf 0.01 MB 18 304
139,064 139,064 000000000000073bc1799af35312814a15d112d906bfbefd9d1d8c25f25fccf5 0.02 MB 41 429
139,063 139,063 000000000000035675b46065c51ddba401ed08501fe884dcce2c39fccf48cadb 0.01 MB 13 45
139,062 139,062 000000000000075b24d0432d459f071f53e706a42ed0f6869b744b8dbd27327e 0.03 MB 68 9
139,061 139,061 000000000000017a015909d08f9043c0085abfff8fb31eab25e35d974ab8a618 0.02 MB 27 129
139,060 139,060 000000000000009a920496cf0099a24eac1e29277647e5f6cf6c164120502000 0.01 MB 21 132
139,059 139,059 000000000000083ccc8dc8a823eaac30e999f8aed457e382bab8ce6af51fe01d 0.00 MB 12 0
139,058 139,058 0000000000000673317cca7fe644f75565bfde7bbb3d04bfee1dbc9059f9bfe9 0.00 MB 8 38
Previous 10 blocks ↓
Total Size: 769.44 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,645.68 GB sent, 95.14 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.