Loading Tool

Explorer IconExplorer

Memory Pool

76,882 transactions
28.78 vMB
0.06895578 BTC
Random Selection Loading Transactions
Max Size: 174.30/200 MB

Candidate Block

Mining Attempt b18798d2a6bde816ba4dcb16ea937a20fd7901d454e31cb2f12ad8c15dfe3917
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 8f0ce120ba459bcf4226883ef73affd70c224724cb8ac26885295d010a042706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.00903747 BTC
Feerates: 50.27 > 0.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (534,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,948 380,948 00000000000000000cee6d646b4e2d9587a2eadd639a883d6baa926af959901f 2,119 0.75/1.00 vMB 53
380,947 380,947 0000000000000000076feb342e4dd3c856a1d31104ce50e06134ff7bac4470f2 253 0.11/1.00 vMB 115
380,946 380,946 0000000000000000112c0753e6c28cbd879caa189f7f2e7adb2155f7b7016a30 2,395 1.00/1.00 vMB 45
380,945 380,945 000000000000000009f55ab95ea501a61f3b85d7b2aee86d28970cb4820a4857 1,683 0.99/1.00 vMB 29
380,944 380,944 0000000000000000037289eebd49b016180b340e9aaa3f5e8c349c646e82b7e3 2,365 0.93/1.00 vMB 43
380,943 380,943 0000000000000000037b146d1b79c74fe934f1576e465eb5470037757a56b8c5 2,190 0.95/1.00 vMB 43
380,942 380,942 000000000000000010c8429870684af35c3d593f923b0cce489a1de0542aeb5c 440 0.29/1.00 vMB 24
380,941 380,941 00000000000000000d35026cdf25e4e0283fb8ff38580689c61f482a9aeb7900 1,868 0.93/1.00 vMB 39
380,940 380,940 00000000000000000afa62a83da510fff2ba2df2693127fd328bf1002c6a4f3d 1,824 1.00/1.00 vMB 32
380,939 380,939 00000000000000000aa9f5027ea0f43db78ede012e91e095f24f0045f873575b 1,016 0.93/1.00 vMB 21
380,938 380,938 0000000000000000019d2b069378950c87914af662bf25b3604ca4d089c0276b 215 0.10/1.00 vMB 44
380,937 380,937 00000000000000000b61c45ea8fe4d369d3dcc69ed7cf1de9289bfb0248aab86 760 0.75/1.00 vMB 18
380,936 380,936 0000000000000000079f4219efae8c4eb43fdf27cf72b36ddc3f3a76dc90cbea 2,005 0.92/1.00 vMB 40
380,935 380,935 000000000000000004b1b32da20936ecfbdc2023e51fb5a9ba46a8d9529f799e 2,560 0.93/1.00 vMB 50
380,934 380,934 00000000000000000e9cb1380996e9a220c7b011c8300d6099c8f50f6ed38490 1,044 1.00/1.00 vMB 15
380,933 380,933 00000000000000000bfd3a857fa635bf3c9aeb83a0844fa1345f10348998a101 2,233 1.00/1.00 vMB 35
380,932 380,932 000000000000000004ea2f89962b8c05ae015362a517219fc766eae2627315f1 1,979 0.95/1.00 vMB 28
380,931 380,931 000000000000000011d99746fc27fee7b56aaaa76dbdd5cd4e8d79746d687c0a 1,900 1.00/1.00 vMB 43
380,930 380,930 00000000000000001160c007208c520a5a03bba758fdac3c473cb8338407d50e 1,915 0.95/1.00 vMB 55
380,929 380,929 00000000000000001128faa14891d4010e24b38f164bf3398dd3cd887fb26e2d 1,348 0.75/1.00 vMB 61
380,928 380,928 000000000000000002cdae47a6ceaa156b769876e5dd944ae8e2153eac85474a 1,745 0.99/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.