Loading Tool

Explorer IconExplorer

Memory Pool

80,901 transactions
29.46 vMB
0.07837272 BTC
Random Selection Loading Transactions
Max Size: 179.34/200 MB

Candidate Block

Mining Attempt 0aff667e66d935af3835b0b32c7a95ea4bf646ba5dbb985e18d4e1d705e4c507
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root ba4eba9a68ddd721be5050770372a6f650fcd315a0d34b9ea8e84ae9346ad1c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,407
Size: 1.00 vMB
Total Fees: 0.01649970 BTC
Feerates: 100.53 > 1.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (250,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,251 664,251 00000000000000000009d7f534fd2c7c50be0dbf41368222554ae16b2b556a5e 1,974 1.00/1.00 vMB 22
664,250 664,250 0000000000000000000366ace4aac2d3a4af1e5d263213267e74ce9039670e78 2,053 1.00/1.00 vMB 21
664,249 664,249 0000000000000000000cb1f5f654b18c3f2c33721e8580dcca11ee78bf7dde7f 1,770 1.00/1.00 vMB 24
664,248 664,248 0000000000000000000b81f013248c542f3b6fd57bc4c1add9bc9ef0a2e6b1eb 2,124 1.00/1.00 vMB 19
664,247 664,247 0000000000000000000d2d9d89196770b085cce060989afadf7dd5a3d1a1d518 1,593 1.00/1.00 vMB 30
664,246 664,246 0000000000000000000aefd444513b5ca1a705c90049f03f7d85310551a01d8d 2,818 1.00/1.00 vMB 89
664,245 664,245 0000000000000000000b8bbeb2b349afd912d445424b74907abcd7b3f64b2485 2,001 1.00/1.00 vMB 21
664,244 664,244 0000000000000000000369b8bcda27580a760541c2bf033328a9fdb46aa9e16e 1,729 1.00/1.00 vMB 12
664,243 664,243 0000000000000000000055539818482ff908130695309f4d381fbbb1e4b0fc2e 2,241 1.00/1.00 vMB 54
664,242 664,242 0000000000000000000a9fe57f141ca4472c0c58efae046633a51305687a184a 1,826 1.00/1.00 vMB 56
664,241 664,241 00000000000000000000a6bcd5230468972d4ae425942e0f5e4bf05323b4a566 2,191 1.00/1.00 vMB 36
664,240 664,240 0000000000000000000b2623e4bcba3a28a9c7ace2203b22aef95f41ae7aea27 1,760 1.00/1.00 vMB 65
664,239 664,239 00000000000000000009b43f9538161998df3933ddfbfdaee69d3a9824161089 2,353 1.00/1.00 vMB 14
664,238 664,238 00000000000000000009167f416cb7f232aa313e6a8543e77d3939dfa0537875 1,922 1.00/1.00 vMB 15
664,237 664,237 00000000000000000006194e64b0ae20336088dd4e5ed1d15b51d9bcc44fe3b8 1,875 1.00/1.00 vMB 44
664,236 664,236 000000000000000000060dd15988b6abdf7f488fffab4da5a63cbfe3675724d1 2,029 1.00/1.00 vMB 30
664,235 664,235 00000000000000000004e473ce7c008c6943e32949e0ba0a99cd2dfae1ce7063 1,316 1.00/1.00 vMB 63
664,234 664,234 00000000000000000000876dd566986ecf7b219046099d7816b575df8792d79b 1,734 1.00/1.00 vMB 30
664,233 664,233 000000000000000000033fa2adf9b75b2052c781df566b38ddf0e9304ccfb0a4 2,567 1.00/1.00 vMB 52
664,232 664,232 00000000000000000008db6bf2fd81e3f21f64286c73020cb76037b030776e42 1,680 1.00/1.00 vMB 56
664,231 664,231 0000000000000000000845023276eee8f8ed940696b119bdea127704ef39d4b1 1,156 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.