Loading Tool

Explorer IconExplorer

Memory Pool

43,261 transactions
29.20 vMB
0.07317658 BTC
Random Selection Loading Transactions
Max Size: 150.47/200 MB

Candidate Block

Mining Attempt 615255c5189e5d0a20ffb0e2dad56228823f66270364e23df3fd6964ddeb8eb4
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 1b7d4631abf8e17ea744a14a1b82a98af87140cb7f77ddca81e7e25328c8f9a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01599864 BTC
Feerates: 197.49 > 1.60 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (209,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,676 704,676 0000000000000000000b31e7ac61a140f9ef05e7385757b9587e466b74237b80 1,982 1.00/1.00 vMB 2
704,675 704,675 000000000000000000040c7973085a160f984f4e28b5d81b1b828643e676918a 2,892 1.00/1.00 vMB 8
704,674 704,674 00000000000000000004539ca59fa98666deccf074869148ee08072b03839c03 2,372 1.00/1.00 vMB 19
704,673 704,673 00000000000000000005ae506411ea7bab13472ccb8ad307c21741af8920ec6d 2,724 1.00/1.00 vMB 20
704,672 704,672 00000000000000000000f05a731abd19b61007ed7c1e29fdaf171d208758fd5a 2,377 1.00/1.00 vMB 12
704,671 704,671 000000000000000000045d6caefa5488852a565c02c07b2316890f2b0b16b201 3,326 1.00/1.00 vMB 33
704,670 704,670 00000000000000000006d2b0bdb04f23d95d3e5f2c84d1d50d83ef59f48ef00c 970 1.00/1.00 vMB 6
704,669 704,669 0000000000000000000095813fbde5aa3fcbe0e25233e87b6fc7a76e9e604dde 1,930 1.00/1.00 vMB 5
704,668 704,668 00000000000000000001d157b392742a83352f9202dab532422e66cfbe1b5f99 1,810 1.00/1.00 vMB 21
704,667 704,667 0000000000000000000e11decf8c1631807e18d74238fef6c2f7ceb7a3beebb4 3,036 1.00/1.00 vMB 13
704,666 704,666 0000000000000000000457de5826f3db879e837413681cdfa245141e4d138d7b 3,210 1.00/1.00 vMB 24
704,665 704,665 000000000000000000039c3c9f7c323b168f192d4758d5275b7e1cf324d19094 1,308 0.63/1.00 vMB 8
704,664 704,664 00000000000000000004bb4ad39f72f56b2e8098e6b815ecea31e9570a1270bc 2,293 1.00/1.00 vMB 5
704,663 704,663 00000000000000000004c01badd2cc8d40a508fcd5cca4217d0628f6e0e58ca7 2,719 1.00/1.00 vMB 22
704,662 704,662 0000000000000000000964d7bb5e6a586f1bf8c3b39b0133faf766d95ba89009 3,212 1.00/1.00 vMB 8
704,661 704,661 0000000000000000000cde143aabc8104bff0e0e649b78d5e4609cce2478edf9 3,221 1.00/1.00 vMB 19
704,660 704,660 00000000000000000002279132e755e5aa72690d8a58d1e5d6ffbabeead1fcf5 2,544 1.00/1.00 vMB 16
704,659 704,659 00000000000000000004d0f4f6562ff3ec293f42f775226103c635ec834d8054 2,235 1.00/1.00 vMB 26
704,658 704,658 00000000000000000008c1cd08e670f8cb7a44fca09f734d7ce9f2ab57cf0593 2,870 1.00/1.00 vMB 18
704,657 704,657 0000000000000000000a9e3315d952d682b6f289a9974af6da1740b1f316791c 2,438 0.81/1.00 vMB 15
704,656 704,656 0000000000000000000b62b8b202917c60c43d03486f514a074a3624c1bf1bae 899 0.45/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.72 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: 629.70 GB
    • Received: 11.95 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.