Loading Tool

Explorer IconExplorer

Memory Pool

73,394 transactions
28.31 vMB
0.07750309 BTC
Random Selection Loading Transactions
Max Size: 167.59/200 MB

Candidate Block

Mining Attempt 280a612a557ee41b2e2df5b16b03fb0b1a394b37e07c372a4bf01164402c30ea
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 4ccd910068f3ac05f16073c41fd1704fba484436fe5a2f51cd583cfd2fab8842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,613
Size: 1.00 vMB
Total Fees: 0.02072163 BTC
Feerates: 152.31 > 2.08 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (433,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,002 482,002 0000000000000000011e7e0d5d8de24d94518e50e7beae431470cbefe5eaf746 1,639 0.75/1.00 vMB 436
482,001 482,001 00000000000000000032950e1873aa4f3cb212b62bec79a99965d1a46917b076 2,327 1.00/1.00 vMB 520
482,000 482,000 0000000000000000008dd2857255b2e5fc0c3955740c74dac6bafd0de09c344e 2,258 1.00/1.00 vMB 453
481,999 481,999 000000000000000000f6a378a0416c1e5728ee7f7030355f795d7b361f50b0b0 2,791 1.00/1.00 vMB 417
481,998 481,998 000000000000000000e19e1f9f396670d556a291c984627abfa551ebb6a5c988 2,429 1.00/1.00 vMB 449
481,997 481,997 00000000000000000123fafbcbbd040fee2e7d80bb3c77909ce4cd15f192fea9 2,293 1.00/1.00 vMB 570
481,996 481,996 000000000000000000c6308850a460e1a740b596450d7c2d11b44a19beff5135 2,284 1.00/1.00 vMB 491
481,995 481,995 0000000000000000011eca059ae991ddc653bea75e839189f72e33485cb242ee 2,377 1.00/1.00 vMB 428
481,994 481,994 00000000000000000042df531d0c3c3779a9721950fbb075fa5ed4477af7ebf3 2,541 1.00/1.00 vMB 454
481,993 481,993 0000000000000000002f5360c3fb04f0f9e3d3e86aca1b0374a506489b9a7fc1 2,524 1.00/1.00 vMB 449
481,992 481,992 000000000000000000566e284cfba2b2e817acc46b42214b88fca316508de1a3 2,125 1.00/1.00 vMB 443
481,991 481,991 0000000000000000012fc862c18980ab29bd296f22fb687fc4d9c8aebd9a2746 2,306 1.00/1.00 vMB 501
481,990 481,990 00000000000000000084e3d6014d92b99b6132a9d528d53efc7ea434d7da50cc 1,610 0.93/1.00 vMB 386
481,989 481,989 0000000000000000000cbc8775b47fe1dbebeb5a4eaabc6468b73dae2c4c0f30 2,085 1.00/1.00 vMB 488
481,988 481,988 00000000000000000031d74173ae57a64f651e9a45f5eb4ebe8c6e7f17b972a8 2,987 1.00/1.00 vMB 444
481,987 481,987 000000000000000001229cf36ac039de0fb4891a52d3098b57670ec877c5ac3b 2,366 1.00/1.00 vMB 474
481,986 481,986 00000000000000000085f91fa2451fb7fe1057e32de49735c16f2a97a9408e7f 2,167 1.00/1.00 vMB 466
481,985 481,985 0000000000000000012fed877a017833a0a667a34144a528bc74a526c9705ef9 2,200 1.00/1.00 vMB 508
481,984 481,984 00000000000000000138dcb5a9cefd0f9bb3b69aab38e925a36bd37f5dc5cad9 2,073 1.00/1.00 vMB 507
481,983 481,983 000000000000000000f242c1828966846deb2c128925ac33ab5c5ed776db938a 2,254 1.00/1.00 vMB 500
481,982 481,982 000000000000000000e6dc5736af92a68815d9548fd0d737178e3d1c0856f854 2,202 1.00/1.00 vMB 542
Previous 10 blocks ↓
Total Size: 782.45 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.47 GB
    • Received: 15.25 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.