Loading Tool

Explorer IconExplorer

Memory Pool

87,086 transactions
32.59 vMB
0.15092706 BTC
Random Selection Loading Transactions
Max Size: 198.96/200 MB

Candidate Block

Mining Attempt 83c64956457e199fb939f70a38a44afe860975028103535c0ca2672b8194b6c1
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 4c7457b277962f9e280e5bb6ffbcbc6ce9db3be145fd0053ff5adb87fbbb292c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,218
Size: 1.00 vMB
Total Fees: 0.05816085 BTC
Feerates: 400.00 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (475,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,105 440,105 0000000000000000032df42982ea73a3cce722c702b1715360f354ad1a6e08f6 2,255 1.00/1.00 vMB 77
440,104 440,104 0000000000000000000114e18bce062038c16959c2e3a30bbae05386b7138a3e 2,483 1.00/1.00 vMB 71
440,103 440,103 000000000000000000789465fc17b1260bace6b0e4d49f306a8f127b74ba5149 2,047 1.00/1.00 vMB 112
440,102 440,102 00000000000000000297ddb68011578dede929a40cfc54933dc1ff603e11ed11 3,178 1.00/1.00 vMB 62
440,101 440,101 0000000000000000002e4d61e4017de32c144d56ad617d72df1a3171502048ce 1,809 1.00/1.00 vMB 65
440,100 440,100 000000000000000000f77434b77c8264dac4ad326b1bd0c6ec084f694943cc15 2,098 1.00/1.00 vMB 78
440,099 440,099 000000000000000000b883d125e7262d4582387f087470a560ba67fd1ffdcb9b 2,442 1.00/1.00 vMB 107
440,098 440,098 0000000000000000029e09a3de6afeaec3d5d23301a93b5b3a9d727902c8506e 2,283 1.00/1.00 vMB 88
440,097 440,097 0000000000000000031f1740d9b4283beaa337831af95421c19202b031e9d28d 2,415 1.00/1.00 vMB 77
440,096 440,096 000000000000000000bd47f53b34f4b39c829fe8092aad060827c185e840953f 1,802 1.00/1.00 vMB 73
440,095 440,095 00000000000000000000d07cfc30da8629ab4fe9eebaee85f63df52dfb932fae 2,447 1.00/1.00 vMB 58
440,094 440,094 0000000000000000017a3ce8049aafeee66d9267840627ac4e99131557ea2732 2,269 1.00/1.00 vMB 95
440,093 440,093 000000000000000002546335d88530013adf2f2df4cda93fc5a467f888848af0 3,152 1.00/1.00 vMB 61
440,092 440,092 00000000000000000321dde5f117ef4661e1d3d8d0f2422f01609aa83a3e05b5 2,198 0.99/1.00 vMB 78
440,091 440,091 0000000000000000032eb8194f543d7424ff1a5830828eca6984001ab2f8f96d 3,212 1.00/1.00 vMB 67
440,090 440,090 00000000000000000131ca0b80b13917c8374540931ddc96eecbe4ffc5cae53f 1,695 1.00/1.00 vMB 58
440,089 440,089 000000000000000003b9af467eefcf2b63420a81b7fcd86fb14b03aa2f6683a5 2,284 1.00/1.00 vMB 82
440,088 440,088 00000000000000000114106e86863b31f8744f1d5e725d5ebc359747d5b301dd 2,398 1.00/1.00 vMB 108
440,087 440,087 000000000000000003cd13d8208e32d7e0fb94a83cf2af74bc9402d45872f269 2,247 1.00/1.00 vMB 61
440,086 440,086 00000000000000000136593f737c2036244e6e4dd550f34f144a017741598a69 2,315 1.00/1.00 vMB 107
440,085 440,085 000000000000000003da85233b4ec0abff12180a9f12104f4bc0828f7b3c9bcc 2,667 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.