Loading Tool

Explorer IconExplorer

Memory Pool

79,021 transactions
29.25 vMB
0.12164462 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt 06deaba7d1d6c93d948dcde43f10f8e45e22ee7ad059377dedbf10bb182ee233
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root dc801f4d076f9be05ca3cf2c8be658f104b7e28b22acd4bf16992176c786b7ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.04429191 BTC
Feerates: 150.80 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (496,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,215 419,215 0000000000000000027eaf573a1bf56e2734258fb274383b1f08bc0625a3c9c8 192 0.07/1.00 vMB 56
419,214 419,214 000000000000000003ab197537580a50cf6b673b06f2a2a41f4d9c0e8c3317cf 1,537 0.67/1.00 vMB 49
419,213 419,213 00000000000000000447c109e4adbfb2c53d7247c27f87c7d64000b3c01a2b63 459 0.21/1.00 vMB 59
419,212 419,212 0000000000000000046b317d2f2197b5bd2f78059eeff16be1f7ddac583b8beb 850 0.99/1.00 vMB 19
419,211 419,211 000000000000000003ae5bf8f6c9804d374cf1aaee7d3af1c1cf80e51caf4c07 818 0.47/1.00 vMB 41
419,210 419,210 000000000000000002d86aabc7de25238bd6d13d4a7438b2614ae39c6ce096da 1,404 0.68/1.00 vMB 55
419,209 419,209 0000000000000000046e69765f4e59fddfa73988b54dc3b88382484233250800 1,783 0.85/1.00 vMB 49
419,208 419,208 0000000000000000046c8c9af7df7f628a56a85e13dc45d816d656db2c1ffe8a 1,886 1.00/1.00 vMB 51
419,207 419,207 000000000000000004440e0ab9975ce9c469a051f4405f20adad6531fbbc4858 1,952 1.00/1.00 vMB 52
419,206 419,206 0000000000000000010776d72600eb613be235a978f2e1da50cabd7ef0ba6ea3 215 0.99/1.00 vMB 4
419,205 419,205 000000000000000004aadf373a3917ceb9b45c2ef7eaeb1fd0181d1af139c0d5 1,027 0.44/1.00 vMB 56
419,204 419,204 00000000000000000296cc3715493c2b5008285ab836d3b99274c8940f30a7c5 1,135 0.75/1.00 vMB 27
419,203 419,203 000000000000000005234f46788689754fc6f0040cd79746bab1b6645ea7d08c 2,645 1.00/1.00 vMB 74
419,202 419,202 000000000000000001f7b0ed2735ecedfff1b55cb503f1381531eca682dabfef 642 1.00/1.00 vMB 14
419,201 419,201 00000000000000000413c1533cb3270e862a5adfd675e0997556069a19e0aeed 407 0.44/1.00 vMB 24
419,200 419,200 0000000000000000026ff5c675b958e22938849781f1305092ce2c34ebe9e1e2 603 0.28/1.00 vMB 70
419,199 419,199 0000000000000000017ba0d3cd49cd63a9e36e1c066899a677e8e87bcc550914 1,580 1.00/1.00 vMB 24
419,198 419,198 000000000000000004df28b7d15e35120d3e50e2ae0a245cd322ac97dd0d2831 2,183 1.00/1.00 vMB 66
419,197 419,197 000000000000000001d1c177c99320ca2bda79b8a90f71c1d4fde2ec0ad884a7 2,190 1.00/1.00 vMB 47
419,196 419,196 000000000000000000d803b10293a4980950a29c0f48d86cffb669a3509206b5 2,249 1.00/1.00 vMB 75
419,195 419,195 0000000000000000048e151c0a0ffb5f6058d9e6976eabbf306e37111ae48950 2,769 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.85 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.78 GB
    • Received: 17.21 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.