Loading Tool

Explorer IconExplorer

Memory Pool

78,184 transactions
29.10 vMB
0.07572733 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt a81ba1acd87a09616f9c2818067c259e7a7a49ce9c3364112b0e88ded4a2c87d
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 393324da6dee5dd11c4039dcde70c54e14452fc5d4c9775f5a91b9c66cdf1b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01493733 BTC
Feerates: 100.72 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (259,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,949 655,949 0000000000000000000fb87c9ea39e653eaaa9304e3174f41666d31310fd480f 2,361 1.00/1.00 vMB 125
655,948 655,948 0000000000000000000691c9a5c9defc28b8067bfb2297b56421ffcfe8cba9d0 1,533 1.00/1.00 vMB 21
655,947 655,947 00000000000000000001c7749c1695b6eb2da5d5b5c4e416f7d1a0175a8247c9 2,617 1.00/1.00 vMB 119
655,946 655,946 000000000000000000006758132ef86e86bf52cd68c228b019eb3c76e7dcbac7 704 1.00/1.00 vMB 8
655,945 655,945 0000000000000000000e047633c747c3487ab35c62f9d819bf2dae6ad35279bf 404 1.00/1.00 vMB 14
655,944 655,944 00000000000000000002673b6d631709ecae5bb23ed78e1a0a7b0ed47e1e73e0 570 1.00/1.00 vMB 18
655,943 655,943 0000000000000000000b58ecc169a6ac52ffd186ec8369ca35edf2bf85f37f18 1,333 1.00/1.00 vMB 4
655,942 655,942 0000000000000000000db37f8f701bb943a7490a834a2e5446a3a1a13b9da438 1,795 1.00/1.00 vMB 140
655,941 655,941 0000000000000000000acccbc8df5982512c8333236f9e12d989e04eaededb34 1,513 1.00/1.00 vMB 6
655,940 655,940 00000000000000000009fde21c6692a5d9abb9ddde11583a6046a49a29aea515 1,741 1.00/1.00 vMB 74
655,939 655,939 0000000000000000000a5ce310cbfe8947bda312590dbdd1ca0b72ee7f44e8c8 2,473 1.00/1.00 vMB 93
655,938 655,938 000000000000000000078d10c6335c49f91175a54136d48060f774481f5919af 2,326 1.00/1.00 vMB 75
655,937 655,937 00000000000000000001bab09421a8d9e6562376038555b6c48a6732757f943e 1,218 1.00/1.00 vMB 39
655,936 655,936 0000000000000000000c7232251bcb34660f20af30b7c5a2c2acbdf4fa078f38 846 1.00/1.00 vMB 23
655,935 655,935 00000000000000000009665fa7eddf89268eb035aeae9a51efc52e6683565d33 287 1.00/1.00 vMB 9
655,934 655,934 0000000000000000000a81d4834ece5dc0272fdb46a653b00f6193914333a22b 1,150 1.00/1.00 vMB 33
655,933 655,933 0000000000000000000bf8530f3aae51f44323e22b5e1eff345ab97090e06226 946 1.00/1.00 vMB 34
655,932 655,932 0000000000000000000b53506ee271eaff5d8a14f38a06293f0c8928c423dae0 1,163 1.00/1.00 vMB 15
655,931 655,931 00000000000000000009d944c31c253364e6908588e5ae8ace70b5f217e23d99 1,709 1.00/1.00 vMB 29
655,930 655,930 00000000000000000001cb0c2267bd93350b2e34a62eeefad52dd21e5a351ce2 1,246 1.00/1.00 vMB 17
655,929 655,929 00000000000000000000ef57678063c22a6e65c7d908fb12136bab2344ff3139 2,043 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.57 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: 671.16 GB
    • Received: 15.86 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.