Loading Tool

Explorer IconExplorer

Memory Pool

76,678 transactions
28.69 vMB
0.09299570 BTC
Random Selection Loading Transactions
Max Size: 174.13/200 MB

Candidate Block

Mining Attempt fcb28339f7db46de58f289999fbbfc27465311dae2357621749d8f5ecac1bf3d
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root b749110406664024f5e1553d15ade79a09d1e3d805aa3a054d981f1beae32a19
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,989
Size: 1.00 vMB
Total Fees: 0.02663605 BTC
Feerates: 180.82 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (230,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,221 685,221 0000000000000000000a92be981794a7ac3556b9b1d4884e8e086adaf742e428 173 1.00/1.00 vMB 17
685,220 685,220 000000000000000000024b584a8f401c3305f08f35a3aa9f233a21bf9f5ee1ca 1,805 1.00/1.00 vMB 50
685,219 685,219 00000000000000000006e6aa2889f3ca9ce04fa5bff044edbeb9b6fb85d3a630 561 1.00/1.00 vMB 24
685,218 685,218 00000000000000000009c64e61d25b0379e795a1a013050dbd1a29c33e26ffd4 1,170 1.00/1.00 vMB 32
685,217 685,217 000000000000000000048a174723b37f114d5ce2472f435055de61de16bdee93 1,594 1.00/1.00 vMB 27
685,216 685,216 00000000000000000007c6e69223ba50803a1171b1f31527119e6b6e80c10721 2,418 1.00/1.00 vMB 23
685,215 685,215 00000000000000000009db59ad3d5399d94f39de86adff306285f4cb90a9bd3b 1,696 1.00/1.00 vMB 40
685,214 685,214 0000000000000000000261191478514b83f1fa24f4800f32696dcdbb9e455651 1,284 1.00/1.00 vMB 56
685,213 685,213 00000000000000000000ee82f9939c2d8b77e236ff13bee89ebe11c1192ef2e7 2,765 1.00/1.00 vMB 98
685,212 685,212 0000000000000000000a354dde02b9186e36aecc4d48d8fee22e1287475dfc84 901 1.00/1.00 vMB 76
685,211 685,211 00000000000000000006174a20ca0f40006fd5942f3e92626f4855875b409476 2,086 1.00/1.00 vMB 28
685,210 685,210 000000000000000000065438330e26dd28ecd3d149a03c11037d68dc8505e184 2,123 1.00/1.00 vMB 50
685,209 685,209 0000000000000000000a2f2b18624a8016f86a6b03d3d15573391213179416e6 475 1.00/1.00 vMB 37
685,208 685,208 000000000000000000075c76db71410fd969bf8561b4bf72640a9cdf7208caac 1,157 1.00/1.00 vMB 53
685,207 685,207 000000000000000000028a5ef4cb964d57150866d6acaaa6b1d7c1c197d2345f 1 0.00/1.00 vMB 0
685,206 685,206 00000000000000000003e7840d11056a03d610d663ccd27838b6bfac1bef7b92 2,135 1.00/1.00 vMB 33
685,205 685,205 000000000000000000048535e6ce44374fe103fb7c48cb823ccd29fb4bb7be69 2,391 1.00/1.00 vMB 49
685,204 685,204 00000000000000000007dde66b026b4baf68596edade39b6db4340d217f3b6cf 2,641 1.00/1.00 vMB 78
685,203 685,203 0000000000000000000b068a3a01d8ff3baf2701c520ac59c9b8136f66fb9041 1,673 1.00/1.00 vMB 43
685,202 685,202 000000000000000000023bbfd8ad11ea1b319b13c2dba1961492d3fc6d2062f6 2,444 1.00/1.00 vMB 84
685,201 685,201 000000000000000000042bbc3f7d5873c8a9a3f01a0a4c9684b9a3f242211a7f 1,263 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.