Loading Tool

Explorer IconExplorer

Memory Pool

83,394 transactions
31.03 vMB
0.08614506 BTC
Random Selection Loading Transactions
Max Size: 190.05/200 MB

Candidate Block

Mining Attempt 08c8d8b635a8dc6a2c6d17f4f77c40a68cc9ae25cdaab163d44792d4477394c4
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root f61a36e7a4c2256ac985ca6abf35a2bbe911d30d6ecc31886f3511a7ec77194c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.01604663 BTC
Feerates: 299.43 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (481,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,363 433,363 000000000000000000d0ea538c6a8af3407f2806a524d928dcd18bef1366977e 2,227 1.00/1.00 vMB 52
433,362 433,362 000000000000000002b9f522d9a0b73b1daf017377cb9e115f5c9095fbd1a3fe 2,697 1.00/1.00 vMB 72
433,361 433,361 00000000000000000098e246a4b4e497c3f6812953a486e884d2893af9d20109 1,113 0.44/1.00 vMB 62
433,360 433,360 00000000000000000303c983e09855b98a472d2dc57e5acf2898d9398605239a 322 0.21/1.00 vMB 57
433,359 433,359 00000000000000000309e1e402e345e617c3d3f5ad3fdf23512220a196fe2617 697 0.54/1.00 vMB 31
433,358 433,358 00000000000000000381e2a0b2ed1e6da1aaf4511514644729287f3c77f27c20 2,730 1.00/1.00 vMB 65
433,357 433,357 000000000000000000878cc1b7ef460ee0008f54424e04106500c635dad5baa8 1,555 0.71/1.00 vMB 58
433,356 433,356 0000000000000000007478142d2ccf8d9760048e32f0dfbf40c372896be81e71 1,611 0.98/1.00 vMB 39
433,355 433,355 00000000000000000254c3df5501c160e27cc0254e6569439b129bde3f56f9ef 1,398 0.63/1.00 vMB 59
433,354 433,354 0000000000000000000c59e2990545cee9e2f7716901f9aabdb9ac8d2ca808cb 1,165 0.99/1.00 vMB 27
433,353 433,353 0000000000000000040c1e4ea13701ef3e3e434b8dde6b7a6ad047b164d2395b 1,815 0.97/1.00 vMB 47
433,352 433,352 0000000000000000016d1f787b41625338c827acbab2b51f33c68cdce7a167d9 2,879 1.00/1.00 vMB 74
433,351 433,351 000000000000000001a82fa4de3551c5d35bff2ae30a99d19bcd883725f7b709 603 0.39/1.00 vMB 49
433,350 433,350 000000000000000002eac969f991a7f681e7379cb27f0be7490b12b0f3c1defb 1,657 0.86/1.00 vMB 52
433,349 433,349 0000000000000000048b33ba411495e9c3b115b13e901d5e3696acffa90d9e4b 2,199 0.93/1.00 vMB 39
433,348 433,348 00000000000000000082dd442bb4b78486a6d69e32c326c97ab4c0dc5e911ea2 1,244 0.56/1.00 vMB 56
433,347 433,347 000000000000000000268e2d770968e32a5973fd5818e94264e0df1c0b4b8891 893 0.40/1.00 vMB 19
433,346 433,346 000000000000000003df1f348970d0fa5d2a257a820fb1e766ef80c7df15fa55 629 0.45/1.00 vMB 39
433,345 433,345 000000000000000001c6da5fac16d735b386af12b2a5a56cae26f87ad6c06c73 2,173 1.00/1.00 vMB 54
433,344 433,344 000000000000000001081f91bfb21f9e5d79f01373766a4d1fa82adf6be0ed00 2,745 1.00/1.00 vMB 71
433,343 433,343 000000000000000004240a39fa6c34f3009b1a32f978767b3a7de0274e203392 1,198 0.73/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.99 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: 717.25 GB
    • Received: 17.84 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.