Loading Tool

Explorer IconExplorer

Memory Pool

38,500 transactions
27.72 vMB
0.07531960 BTC
Random Selection Loading Transactions
Max Size: 141.67/200 MB

Candidate Block

Mining Attempt c0c50d462e362168f79ee03401acebb6195d67cdcf568b180855cbe686caaef2
Version 20000000
Previous Block 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261
Merkle Root 22de77d2e6eb21872362ebfd3d85a3b1fc1d60e8f19f0caf1ad3185415d34fb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,560
Size: 1.00 vMB
Total Fees: 0.02061027 BTC
Feerates: 222.83 > 2.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,271 (795,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,139 119,139 000000000000872de96ab517232bd9cd843b57b4b4d68bcd9ab68c63a15389aa 17 0.00/1.00 vMB 768
119,138 119,138 00000000000039af76c5e2deafb2d9ed093dac148771ef3108fa05123893dae8 35 0.01/1.00 vMB 761
119,137 119,137 00000000000047abb30bd402e459a3bce60ca2a75503c660e86708e1a1019224 1 0.00/1.00 vMB 0
119,136 119,136 000000000000a428b0cafc302f228eb68d055f86390c1034e37df1b8bf152d5e 8 0.00/1.00 vMB 0
119,135 119,135 00000000000034d0b8041ab2bc71297c0dbf004da3e1a4fa8b44450e1ac3acaf 9 0.00/1.00 vMB 0
119,134 119,134 00000000000055d7366f18d52b69ad32b02f8551d1a9fa64b6335df3dd7d907e 19 0.01/1.00 vMB 853
119,133 119,133 00000000000085118838711ab9e5191bce14db7afc018c4cdeaf491ccac3e3ba 48 0.02/1.00 vMB 375
119,132 119,132 000000000000591d38d1ac98bc916557817e3e4d0c37210290dd32833e2acf0b 12 0.00/1.00 vMB 1,297
119,131 119,131 00000000000073ea5a349ae118dab56ac5309ae50cf46f999379e565f9d0bca0 11 0.00/1.00 vMB 1,780
119,130 119,130 0000000000009fd2382cad8dc17f897ab71cf72094b208e052c4f2fd6ce7ffeb 26 0.01/1.00 vMB 830
119,129 119,129 00000000000008a33696d4bef8dbc27ca5a2c2c2b1163038ea332024a4a82542 7 0.00/1.00 vMB 936
119,128 119,128 0000000000008e48e9529d93fbb371cfe03601537ecdfa10a28354347cb7e35b 9 0.00/1.00 vMB 608
119,127 119,127 00000000000070de4bc9e6f25cf38aa5564347b232ad075edcbcf6c4ae671947 30 0.01/1.00 vMB 947
119,126 119,126 00000000000036c41a8b131ddffbe254f7ade087a65a624066a9a51c1d175d66 12 0.00/1.00 vMB 360
119,125 119,125 000000000000b2b535c336c4b2e5f73425d43ca4992b7f697332651fefeb6253 7 0.00/1.00 vMB 826
119,124 119,124 000000000000112cd0fe70fc84107b4998858ea69febb49a7fc03e17a19b812f 18 0.01/1.00 vMB 725
119,123 119,123 0000000000003d8797966b9dd04e6fad9fe3986f10dd43da0ee6d6e49e9f31a8 11 0.00/1.00 vMB 703
119,122 119,122 000000000000a2d68128c44c3c4f1d58f6d55e3de5cbb5205a90af18ab2234bf 4 0.00/1.00 vMB 943
119,121 119,121 00000000000009f8f755693923fed800c880cab2023362d68f271d9f13562558 18 0.00/1.00 vMB 1,071
119,120 119,120 0000000000005f0084f4c4b7a42daa8c0ecfb37a818091aa2b022337079a0a38 5 0.00/1.00 vMB 0
119,119 119,119 000000000000b16f773a613409f6427b28ec6cd325ec2810be795ffca0d996f6 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.35 GB
    • Received: 8.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.