Loading Tool

Explorer IconExplorer

Memory Pool

32,703 transactions
24.04 vMB
0.04436474 BTC
Random Selection Loading Transactions
Max Size: 132.58/200 MB

Candidate Block

Mining Attempt 3a0e564ceaae9e39f6de0f7ffa179fa8948a161a47b740dd89152b3402806ac6
Version 20000000
Previous Block 00000000000000000000e7f6ca68e17bce7aee60ee4e1da8c4dc8feac864f0e7
Merkle Root a1e94ecb2a1f97df5e37eb498422ae56ba224d834081ed10e9fcce18d5d70975
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,787
Size: 1.00 vMB
Total Fees: 0.01762698 BTC
Feerates: 265.25 > 1.77 > 0.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,228 (709,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,163 230,163 000000000000017d317fd4ca3ec07283eff04576058308164b312777a4c4bbea 208 0.08/1.00 vMB 127
230,162 230,162 0000000000000125e184981c1fe88c65df04b36e2f705e9f4e2fcc6dca74c5f8 272 0.12/1.00 vMB 143
230,161 230,161 00000000000000b352ee50173197dc572500fd2fadf1384b741e22faa890c19f 898 0.39/1.00 vMB 164
230,160 230,160 00000000000001a8acdfa8932200d4f7ab77a5cf1a1603d043832d9c42f416a8 353 0.23/1.00 vMB 132
230,159 230,159 000000000000012fdf38773cf6cdada09524713b88c6f3dc279036f6e21bacf4 1,075 0.45/1.00 vMB 175
230,158 230,158 000000000000020dc6bbccb8f0647e0d47762fd6b7e370183ec3603718fe196d 141 0.10/1.00 vMB 107
230,157 230,157 00000000000001b0b35e98b0aba7dcc9488d94c2738497355e378dd57ffddd34 84 0.06/1.00 vMB 175
230,156 230,156 000000000000014be6c337715fabe0c9c7d494a1416608fa05d1e6bf62bd9b7f 276 0.12/1.00 vMB 50
230,155 230,155 0000000000000180549799dc6a68a445ff757fbe8602e7dacedb5e9eb8dbdd37 671 0.32/1.00 vMB 159
230,154 230,154 000000000000009ca527e739391f711e2f0b3669dbedf0083efb25dacf86a903 437 0.18/1.00 vMB 193
230,153 230,153 000000000000006ff816eb1d8c63a07d67a4a49baf764758c7e1e0a3eb551264 351 0.14/1.00 vMB 197
230,152 230,152 000000000000006b15335d43197e4abfb64bc49ba196c21b79c9d06514dd29c2 59 0.04/1.00 vMB 124
230,151 230,151 000000000000015ddb8027ae67c084f4a51d93d9d9c7f813d1af81374abadd30 682 0.30/1.00 vMB 133
230,150 230,150 0000000000000192f176956ea128903fa4d96288c9ec393b203d52eaec3217c8 320 0.25/1.00 vMB 97
230,149 230,149 00000000000001a56ab9122ab65cc1d1c8d7c9a4f4dd513a6c3de8a33e3473ea 739 0.25/1.00 vMB 221
230,148 230,148 00000000000000e66ec5bfeefeec07d042d9422813f91c647534ea2fa359d082 289 0.11/1.00 vMB 178
230,147 230,147 0000000000000051d686b124be676ee8f79cf969539e3578731d89a71373edd2 209 0.23/1.00 vMB 57
230,146 230,146 0000000000000079d7adf2b7d5b0e3beab39f9f7e2d2d9f2e4cbc9b8913464e2 586 0.25/1.00 vMB 155
230,145 230,145 00000000000001a3fb252ef7df43d70f751fcaac014e25b2fb31247ec255f715 155 0.07/1.00 vMB 108
230,144 230,144 0000000000000038dab3b75c0eb5effb082232bbee564c156c1c56330579a748 413 0.25/1.00 vMB 128
230,143 230,143 0000000000000007787dcd33c367d957ff16e41ec6e7b07bfe0a0e0b20d2fa22 554 0.25/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 825.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,238.03 GB
    • Received: 233.07 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.