Memory Pool Memory Pool Refreshing

2,440 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,911 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,434 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,910 (768,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
139,057 139,057 00000000000004a262147d6a49374000db9ab91b53e59fdd9efcdac542990e73 0.02 MB 28 100
139,056 139,056 0000000000000781d537cac92e13aa7bb3889230ca1343c898e0db36ae6d0103 0.01 MB 19 241
139,055 139,055 000000000000091a73d4ed6e4c837ca07b94944a8ecf193520114e658a2578ad 0.01 MB 23 6
139,054 139,054 000000000000073b83303b819f759aa26429b90419928b8acbf14d98be7e4f24 0.00 MB 9 145
139,053 139,053 00000000000002510b093d5f623b1b97574dabf07b498400a3f0fd92125b9383 0.00 MB 8 287
139,052 139,052 00000000000003d75babd298e55522aeacd1ae8c24905941b876c0b28964bd8f 0.02 MB 12 72
139,051 139,051 00000000000003d0cf6c12e48edbb21834297fef34d46855cb4c413bfab654a3 0.01 MB 16 100
139,050 139,050 00000000000003d26c5a8dc8b6a9082f2b9219e1d01f49652bcb94bff367a9e1 0.00 MB 14 37
139,049 139,049 000000000000071bb3e8b4ad4366b202cdd08cd8d77ec5a953b5963826b30f3b 0.00 MB 13 40
139,048 139,048 0000000000000510881672fee58a1d539497fafa955a66c4d644335f82688ef5 0.02 MB 24 44
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, 114 incoming
  • Data Transfer: 1,643.96 GB sent, 94.82 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.