Loading Tool

Explorer IconExplorer

Memory Pool

72,500 transactions
27.98 vMB
0.06763083 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt 1efaebd8e665f3ab1d3bc7b00ab5e3005becb40d6b1ee01678894be99550fe0c
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (497,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,530 417,530 0000000000000000029291cb13bf5d3fc2e5247b616ec242835bea37b0991237 1,020 1.00/1.00 vMB 79
417,529 417,529 000000000000000003e35002a2e8a54bc956831c8d462d146f8ecb123ccc398c 1,699 1.00/1.00 vMB 94
417,528 417,528 0000000000000000049d45c3dccc72540a53809a1785b027488d920364263db2 796 1.00/1.00 vMB 73
417,527 417,527 0000000000000000041a28d2d040d74807484a655d84ab8493dcd505692e4cbf 1,548 1.00/1.00 vMB 90
417,526 417,526 00000000000000000178c3c0ac1f2b7aa836d3dde8d64708fc01c758805f51b6 905 1.00/1.00 vMB 81
417,525 417,525 000000000000000000ac77d962d5df8b71060c05353c965f78552ea3ccc24492 1,836 1.00/1.00 vMB 109
417,524 417,524 00000000000000000494d9e30ce950cf6cfb82b72e715145261261812dc30518 1,443 1.00/1.00 vMB 60
417,523 417,523 000000000000000003b816e1dd5723541bb5f1a564d9281ff89f6e0f4b7af844 2,469 0.93/1.00 vMB 99
417,522 417,522 0000000000000000051137c3f0274117be67d854972dc14fd8bded61d94f3a4d 1,910 1.00/1.00 vMB 35
417,521 417,521 000000000000000002dd478756acf7f11a838dc5be927d1dd4df2b1746e8f0e1 2,666 1.00/1.00 vMB 90
417,520 417,520 00000000000000000364ec069e036ea18d7da8d5de17193ef2ce238b6652f9a3 2,333 1.00/1.00 vMB 62
417,519 417,519 000000000000000002a1844e347bd7afb1ab7e4db5f79abe3876d9182889cc94 1,146 0.44/1.00 vMB 63
417,518 417,518 0000000000000000018d8e88d325ab15bee7fb7d5401d60c600425c0f248f1bc 812 1.00/1.00 vMB 23
417,517 417,517 000000000000000001c702daee60e0fdb96f2a314c6f98234acceb3f784041c7 1,109 1.00/1.00 vMB 49
417,516 417,516 000000000000000002e7e8e3343093bf76ffc2d188326c123fd06c8eb17f54b2 1,336 1.00/1.00 vMB 38
417,515 417,515 0000000000000000014ac11bba259ce108e549247b9c0b6d245cc1f91ec63621 1,500 1.00/1.00 vMB 39
417,514 417,514 00000000000000000252a80cd1ad9f8d8ccc235051359bf6653807b7e7e78d77 1,818 1.00/1.00 vMB 45
417,513 417,513 000000000000000001cd4e73233d599b497ac249d3075d454ccb9077117cc927 2,125 1.00/1.00 vMB 45
417,512 417,512 00000000000000000328f696999031b1ab4b81e100d58465d0d896ebd3c115b1 2,791 1.00/1.00 vMB 79
417,511 417,511 0000000000000000031ff5d861937b165c0e9e6c81fc4e80af912eb644b06857 2,580 1.00/1.00 vMB 70
417,510 417,510 000000000000000005380784628d7abdf4853bc5a6171144c1b70b68aee1813f 1,761 1.00/1.00 vMB 27
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.46 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.