Loading Tool

Explorer IconExplorer

Memory Pool

78,707 transactions
29.47 vMB
0.10729410 BTC
Random Selection Loading Transactions
Max Size: 177.19/200 MB

Candidate Block

Mining Attempt f0ad85aeba5f65f9b383d5aaad9629bb86b19e41592a0fe5c0c39ed934f7d388
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root 9271623319adc385de19be281ca3aa815b583cd2f35acfaf84a705e30bf57450
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,931
Size: 1.00 vMB
Total Fees: 0.04752972 BTC
Feerates: 109.69 > 4.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (508,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,234 406,234 000000000000000000c933758dc1a3a0f111ebf736fa2ae83d2ea309f6b77daf 1,318 0.99/1.00 vMB 24
406,233 406,233 00000000000000000331a3f7be4eb01db2ae7664ae8ec7a3d4d2a2961e6806b2 2,197 0.92/1.00 vMB 45
406,232 406,232 00000000000000000068de9fcf05dcc58f6fae9098c33adfb44dfccf7ff03edb 1,021 0.66/1.00 vMB 27
406,231 406,231 0000000000000000022c4f07e569abc8232b1b8c64db0b23b87001f03d836f5c 2,513 1.00/1.00 vMB 40
406,230 406,230 0000000000000000055312d08e899970d6781727e43a9f10bfe67be0b92fb9d6 3,162 1.00/1.00 vMB 56
406,229 406,229 0000000000000000034a02ebcab89d6bb0097ebc0fb80946bba8df581d9d4ca6 66 0.03/1.00 vMB 42
406,228 406,228 000000000000000000859a99460b6644fc4d3311bcf5cadc9ee26f416af54fe9 674 1.00/1.00 vMB 11
406,227 406,227 000000000000000005dcac3948f71c0c1813b4170a1ed9eb83d6febf15b9805d 677 0.30/1.00 vMB 42
406,226 406,226 00000000000000000334f17c7a4146cd49588aee67f430c79c7f37565b729d5b 158 0.97/1.00 vMB 2
406,225 406,225 00000000000000000458613ce0a3a76e8bec89578618a31b6597bcbf4eb3050d 1,050 0.51/1.00 vMB 41
406,224 406,224 000000000000000001d5225afb03dc81bc1b4418741795af2fce073a3def85c8 2,110 0.89/1.00 vMB 44
406,223 406,223 000000000000000000c8cff9d9c6b6eb83d1603a9d234f48bb43034a583bea30 642 0.50/1.00 vMB 29
406,222 406,222 00000000000000000269d447a3f280ec7fed79cb24e2e548d94976bfe97d85c3 1,502 0.65/1.00 vMB 42
406,221 406,221 000000000000000005c02bf9e58bc6e517e65d15b30baf3aa9c417f9f9bf2dc0 508 0.98/1.00 vMB 5
406,220 406,220 000000000000000000edf9044642a5f0de2f4398ae3345cc3ff6cf0027624715 1,812 0.68/1.00 vMB 46
406,219 406,219 000000000000000003a38f85cbba1d87dcf522781c5c14cceabdfbf3676b46c4 1,468 0.70/1.00 vMB 42
406,218 406,218 000000000000000000768025682dab84906b0896333e0fce904f75e0474dd587 2,003 0.77/1.00 vMB 42
406,217 406,217 000000000000000001620c2e6198bfc1eaa0f9b858d5b6593e1420722e7bedb9 1,871 0.87/1.00 vMB 40
406,216 406,216 0000000000000000021eaafddc61624f4f4fdaefce6821742ace0358063d37b0 1,380 0.92/1.00 vMB 26
406,215 406,215 0000000000000000047260d0671b1f9efa8c696d1bf1ea337e3d965e57c8429f 2,946 1.00/1.00 vMB 58
406,214 406,214 000000000000000000284564170b3ae691325308921fac9b76995d21e150bd42 1,407 0.85/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.39 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: 664.63 GB
    • Received: 15.01 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.