Loading Tool

Explorer IconExplorer

Memory Pool

46,825 transactions
27.45 vMB
0.08741100 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt 2404b6754bd5e618100e1c64f9b2d803255dec07f74e0681d829247b1d2c7a25
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root ed6b387f917fcee84c688dfc553a6d03ac6fbda15d7d5e6d52711b9dc5dbe59d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.03442857 BTC
Feerates: 159.25 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (255,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,848 659,848 00000000000000000006719e038d4657937c278ffab5cf9eb15ba82426cccfb0 1,133 1.00/1.00 vMB 42
659,847 659,847 000000000000000000052a25211ed1adbf2268e8f909c6be4eb9c10182be1d03 614 1.00/1.00 vMB 23
659,846 659,846 00000000000000000005440356df27f8c3d784078bc08357538913d497bb9b9e 2,329 1.00/1.00 vMB 21
659,845 659,845 00000000000000000006a795df703a7434728a6433b73ca1d44623bbc6c061b4 1,363 1.00/1.00 vMB 47
659,844 659,844 00000000000000000005ec557db9e5947f3b210c90158e8a93e0dc1fa0d228bf 2,855 1.00/1.00 vMB 101
659,843 659,843 00000000000000000003f09e73a27e9d881f6ec2cd99c3305019d8d6b1febcdc 2,946 1.00/1.00 vMB 150
659,842 659,842 000000000000000000004de8c0bcb06afaf9bb9cfc753644f5ab1bcf07aeab08 1,923 1.00/1.00 vMB 23
659,841 659,841 0000000000000000000a4c3547c70870b2900a53501a8368ca65402463794ca3 1,669 1.00/1.00 vMB 36
659,840 659,840 0000000000000000000bebb2f5df93a7ab092303934e6d0f9f5fcba4a340c300 1,425 1.00/1.00 vMB 89
659,839 659,839 000000000000000000098e732984c96033495aa37bbaa666e1a94c34b92b426e 2,311 1.00/1.00 vMB 40
659,838 659,838 00000000000000000009980917b403bbee0c71802f00deaaf962c0d85891cd6d 2,359 1.00/1.00 vMB 41
659,837 659,837 00000000000000000002b8ee1514b02621bd416a71e61a7506e0af801022edca 2,317 1.00/1.00 vMB 81
659,836 659,836 00000000000000000003a675a156ae424fa9ac62fa46e11253fd3a6bc111cba0 2,371 1.00/1.00 vMB 91
659,835 659,835 00000000000000000008c32355b304a08d2cb69629c187bba041b5dc8abafaa6 1,841 1.00/1.00 vMB 45
659,834 659,834 0000000000000000000d7824ac85588619e72a8911c17ca61dd144d555c7c7b8 2,575 1.00/1.00 vMB 98
659,833 659,833 00000000000000000001e3106dbf5b28f0654e6adfb3b73ed6c834dfe73ef5cf 2,182 1.00/1.00 vMB 39
659,832 659,832 00000000000000000000bd0e4e18e32cc143da4233c4aea76ad920f51ae814cd 2,131 1.00/1.00 vMB 46
659,831 659,831 00000000000000000002dbb5e4418ea8fc220920589c0e264997343b1ee7925f 2,791 1.00/1.00 vMB 148
659,830 659,830 0000000000000000000ddfab9e006a56693743980194f1bf255592e4c7a95667 2,304 1.00/1.00 vMB 63
659,829 659,829 00000000000000000009788da6366899f04dfe01ecaf6721921a31e66216f54c 2,170 1.00/1.00 vMB 29
659,828 659,828 0000000000000000000c9043d7d67dc7b9b9ae1ae2631d5fb3ec2805bb1597ee 2,336 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.20 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: 654.01 GB
    • Received: 14.08 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.