Loading Tool

Explorer IconExplorer

Memory Pool

44,072 transactions
27.30 vMB
0.07938371 BTC
Random Selection Loading Transactions
Max Size: 142.59/200 MB

Candidate Block

Mining Attempt a352a81077509bc7b1eb3e1fb17755dcd7b54c01b33c135533d92b654481def5
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6e66ed4eff92ffd9249de20d50782c8f9f56e845adfb29be95884c52b3cf1d3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,398
Size: 1.00 vMB
Total Fees: 0.02645468 BTC
Feerates: 150.77 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (313,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,192 601,192 0000000000000000000d5ed9e1be7d0ebe463ba375fdfd3ef0a5a80beb770935 2,546 0.71/1.00 vMB 31
601,191 601,191 00000000000000000013911f51c47cff2e4b424a4da2a06d6f38614f407d6a6b 1,534 0.44/1.00 vMB 30
601,190 601,190 0000000000000000000e721541e4f7aa504f568b8c8b18159100d44c57dc5110 568 0.16/1.00 vMB 17
601,189 601,189 00000000000000000000d0729363e5b7e847b0df3d00409e32dfc06388e9738c 3,207 1.00/1.00 vMB 36
601,188 601,188 000000000000000000091677a8e95266f26aa865268e3cae06b3bed3dafa2b1c 1,742 0.58/1.00 vMB 31
601,187 601,187 000000000000000000048330b76e2073e4f466846cf44f0b3b6610a14cb8d945 1,350 0.39/1.00 vMB 16
601,186 601,186 000000000000000000053a08deec0f2ff4c608e90a5e7aac1699d36284117857 2,506 1.00/1.00 vMB 9
601,185 601,185 000000000000000000006065897768df64d124fd4df3c34fe4eca05077e3d372 3,134 1.00/1.00 vMB 21
601,184 601,184 00000000000000000004672765edd308264583f65be23027d64a564b27bedc40 2,482 1.00/1.00 vMB 47
601,183 601,183 0000000000000000000a2c0901a0f8a93c0dfc66ca28f73b3195799d9d56ba62 2,840 1.00/1.00 vMB 72
601,182 601,182 0000000000000000000fd5b0f28585393402ea5e339daef7d78297a23a5ab366 2,967 1.00/1.00 vMB 54
601,181 601,181 00000000000000000002542ad541142dd62b055b799536b310dbe066b711adea 2,684 1.00/1.00 vMB 28
601,180 601,180 00000000000000000006e9f66583228f9c2388b5dba971f0f0135f0665467a05 1,234 1.00/1.00 vMB 12
601,179 601,179 00000000000000000002ac1871420b2b0dbdb016d0eacdb6799a752e2455f96e 1,712 1.00/1.00 vMB 6
601,178 601,178 0000000000000000000e1472e9ae1863d10119e9db09e23ff282c062b1cd1959 2,490 1.00/1.00 vMB 41
601,177 601,177 0000000000000000000a1e0af24066eb9c665bedd65ab66ff73e66a2bea17394 1,033 1.00/1.00 vMB 18
601,176 601,176 00000000000000000000f7ed70328aef579c422d34b514c7532dd6cae3aeb89e 1,402 1.00/1.00 vMB 9
601,175 601,175 0000000000000000000b4d60e5679aa69f3de45c700b195ec3ab286683301112 1,191 1.00/1.00 vMB 17
601,174 601,174 0000000000000000000dc9d58896953a312994918d8727fd35a98bb47d579d50 2,477 1.00/1.00 vMB 40
601,173 601,173 0000000000000000001103b42cd536f6ced6ade81cede874a811e3f0eed81e07 2,344 1.00/1.00 vMB 53
601,172 601,172 00000000000000000011411db3b1645143192ba82f38f2556093e8af1c6d674e 1,315 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.66 GB
    • Received: 14.00 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.