Loading Tool

Explorer IconExplorer

Memory Pool

45,554 transactions
28.50 vMB
0.07094684 BTC
Random Selection Loading Transactions
Max Size: 151.37/200 MB

Candidate Block

Mining Attempt 9b713af0ee1af72173b2e56d560e19d40b0820530fe0aa07a6ee9147e72ba7ea
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root b78a30ca2a19af480dda91c2e9a4736dd22d1369692c073b9b46d908e34b00c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.01698156 BTC
Feerates: 361.66 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (212,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,015 702,015 00000000000000000003812629880d4bc2473db047aa3733c1f1bb161f14bc4c 2,642 1.00/1.00 vMB 12
702,014 702,014 00000000000000000008ea99e5fe36252bd343ced76b797b2259f3e5bf9ee7f1 2,915 1.00/1.00 vMB 5
702,013 702,013 00000000000000000006d19120e8eac639cd0ae5c8b41251ae52ccf1fce6c1f9 2,478 1.00/1.00 vMB 9
702,012 702,012 0000000000000000000544d6f002236456d474ffe82e492f88a51fd07ebbdb81 2,916 1.00/1.00 vMB 16
702,011 702,011 00000000000000000000abec6bd19b413150d5ba66b04238cc0ae7f0547cfc30 2,000 1.00/1.00 vMB 33
702,010 702,010 00000000000000000000207f69003a0970c8a6b32e51db24febcc4781c515205 2,137 1.00/1.00 vMB 8
702,009 702,009 00000000000000000003f91fe494f8512857e9f49bfe65fcb257096a308398a7 2,657 1.00/1.00 vMB 45
702,008 702,008 0000000000000000000ce871764def13acf6d58acdec29a8737faa3e65626b2a 3,552 1.00/1.00 vMB 8
702,007 702,007 00000000000000000000d4f39bca7b0c39ac9ba23ace445452476fd73ec95429 2,404 1.00/1.00 vMB 3
702,006 702,006 00000000000000000006464f690fc59dcc670b725cd7f69f2d741fc0adcfa52f 2,722 1.00/1.00 vMB 9
702,005 702,005 0000000000000000000e2d27ec4ae0a4acc9d92fa7cadfa2c8201541c79f89b3 2,438 1.00/1.00 vMB 28
702,004 702,004 000000000000000000061c854a7a952ba94b7eac8936bfaee0f7c4f7ffbc71f3 1,944 1.00/1.00 vMB 14
702,003 702,003 0000000000000000000e5fa5126376e8a05bbe8020e49f5a67a49b7f5caa08b3 2,071 1.00/1.00 vMB 17
702,002 702,002 00000000000000000004d3a53a775ab164be8287243d120c1af446d0c6cc18c9 2,617 1.00/1.00 vMB 20
702,001 702,001 0000000000000000000329c75570174e1134eb0d7faf8c2af1465389817ef628 2,388 1.00/1.00 vMB 35
702,000 702,000 00000000000000000008c57991073a1dca7ca8b4159da30c4d20d099ecf83714 1,558 1.00/1.00 vMB 8
701,999 701,999 0000000000000000000af0f944ca35fd42b68a8ed654ea26a72be504b2e1b28c 2,531 1.00/1.00 vMB 19
701,998 701,998 00000000000000000002a023119c79877662e3412e7425db5dd96d341df3fb48 1,606 1.00/1.00 vMB 18
701,997 701,997 00000000000000000009d34c83fea1b09fe70265338ce574738f569ad409acec 2,619 1.00/1.00 vMB 21
701,996 701,996 0000000000000000000d7fcc6c10c77ac028989211a8e5c4087911138814e201 1,947 1.00/1.00 vMB 19
701,995 701,995 00000000000000000006e18510d08dba55275bb63a62805364bda32595f97fa6 2,437 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.