Loading Tool

Explorer IconExplorer

Memory Pool

73,921 transactions
28.52 vMB
0.07168759 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt 76aef3243615160bc9f584381bb10df9c2e4d31373e65c38b5d51307a5a34d2a
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root c20d6d0e6a8c548cee3d2263f3f51f3133eef951ff8aa7b3334fb856589276cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.01448981 BTC
Feerates: 250.89 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (407,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,724 507,724 000000000000000000576369e75369afe81eea5bdee4a28b8cccb3999ff6edca 636 1.00/1.00 vMB 72
507,723 507,723 00000000000000000031a320e19c4e9ff794418d371c22992ad22f4b261ff59c 527 1.00/1.00 vMB 38
507,722 507,722 0000000000000000003b78bc2dc0cef5c0a0f1e6e7acd75462499c2d14eafb6e 1,818 1.00/1.00 vMB 116
507,721 507,721 00000000000000000004b09f4a5436c99129cccb768f914c8643d977a47a1313 1,890 1.00/1.00 vMB 190
507,720 507,720 0000000000000000003603c6802f20c3434c95b2d8235cc8d9b37b3523553c6c 366 1.00/1.00 vMB 20
507,719 507,719 0000000000000000003df1b152a7196fff67b972c4765e0240b86d41cde877a8 46 1.00/1.00 vMB 3
507,718 507,718 0000000000000000000656c362bd2ed78d5e3a21c9eb6fc209c630095f367cce 797 1.00/1.00 vMB 60
507,717 507,717 0000000000000000004061057d4fb848d63f2a98ddb942855c1341e6c1d2e8c2 1,017 1.00/1.00 vMB 61
507,716 507,716 00000000000000000065636f3002656e4f0c089f576a5d9141cfe6e809854ebc 755 0.49/1.00 vMB 105
507,715 507,715 00000000000000000014d6f6a00557d775849895d092b9889694ec1541f6865b 1,500 1.00/1.00 vMB 75
507,714 507,714 00000000000000000015f02ce4f8c297f8b65d60c58dba2ecefae1248df00823 1,563 1.00/1.00 vMB 120
507,713 507,713 0000000000000000000c5aea397f8a509c755e1a36a24a431268e3aaf60a84ec 131 1.00/1.00 vMB 4
507,712 507,712 0000000000000000001068156e2e780acb7703a2352eb9a8feaefff8beed9dd5 542 1.00/1.00 vMB 52
507,711 507,711 0000000000000000001e952fc340e45be71e9a113df44c5fe1e15515af8e9f1f 83 1.00/1.00 vMB 4
507,710 507,710 00000000000000000057f7b46ff1acaa758c6078168546a4fe35ae4ad33f2743 111 1.00/1.00 vMB 18
507,709 507,709 00000000000000000046a00d27a65cb30c333c1bba5f76b9e3d5c56c73c3b93e 1,210 1.00/1.00 vMB 92
507,708 507,708 00000000000000000033fd87f33609b610b3b40cbb20efa9f1d7928e2c74b297 853 0.97/1.00 vMB 57
507,707 507,707 00000000000000000025d8bb4c5117b79bea5ce47d5e4a457790bf734d8845d9 1,297 1.00/1.00 vMB 43
507,706 507,706 000000000000000000388b25e59f3e969a9067cce1007abab18b1ca0bc70598e 1,803 1.00/1.00 vMB 187
507,705 507,705 00000000000000000034d392fc4d4d4b544be6aa0ac0538adbb7286cdcd12dcc 1,220 1.00/1.00 vMB 77
507,704 507,704 00000000000000000024c4d843e74208b37484c9ba239a63cd5664c40bdbd428 1,924 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.