Loading Tool

Explorer IconExplorer

Memory Pool

81,390 transactions
30.97 vMB
0.09020619 BTC
Random Selection Loading Transactions
Max Size: 187.99/200 MB

Candidate Block

Mining Attempt a44d5f43e14f51ec28d7e1cdca3f65c3186fdb8ac167cb36e77c71ac83c0815b
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 54f74deeafd9f9c74d324a5539fe53d7d61e2e5862321baef1f77e7fa45dbb5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.02355430 BTC
Feerates: 351.58 > 2.36 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (178,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,207 737,207 00000000000000000000a14bb005a6649e0246cb9c41c91f963a13d9a3421ed8 2,380 1.00/1.00 vMB 26
737,206 737,206 000000000000000000012ee5ae9d6eb1a0f049779721a6924ae858c246b909e8 3,217 1.00/1.00 vMB 14
737,205 737,205 000000000000000000077e63103c13cabcb62167daefd21b9db60b0f4e399ee2 2,283 1.00/1.00 vMB 16
737,204 737,204 0000000000000000000103347387f5b9a149e58db8911acf9f72e2f7b5ea193b 2,840 1.00/1.00 vMB 13
737,203 737,203 000000000000000000022be5cd8afb535a91834a0d253e2227877c5b37756e6c 1,777 1.00/1.00 vMB 14
737,202 737,202 00000000000000000002dc032cada5ab239fac1d76fb8ec048ce0b5288924ff5 2,692 1.00/1.00 vMB 15
737,201 737,201 000000000000000000030c267f448a2723bf72bdaa80bf1d6350ef189232271a 3,232 1.00/1.00 vMB 18
737,200 737,200 00000000000000000005902af8ac00ff0498569ffe51d1becf2b540b7bb54e7a 2,149 1.00/1.00 vMB 24
737,199 737,199 0000000000000000000424ab5bab28e900e538a7a3aa2706df55fad5d4f1161f 2,891 1.00/1.00 vMB 26
737,198 737,198 00000000000000000008789532a4d71ecd1ae67abf0e0ae760a99c2076e8fe69 1,811 1.00/1.00 vMB 21
737,197 737,197 00000000000000000001cefa6aba407f0ac111bad76db290a44f21bc80d91457 2,721 1.00/1.00 vMB 20
737,196 737,196 000000000000000000013bda5b4f5d09fe541a39f645b099cc99b16bce03f61e 3,003 1.00/1.00 vMB 20
737,195 737,195 00000000000000000002e62d156fa25b6a9f3ab67c1072a3f851dfcb49e03fea 2,873 1.00/1.00 vMB 15
737,194 737,194 000000000000000000022ab08995cc21dce5e377a339a9a8fe984883ce9f359e 2,813 1.00/1.00 vMB 16
737,193 737,193 0000000000000000000277c33990f495d3b6dc637a5de32644e451d6fcc63067 2,512 1.00/1.00 vMB 23
737,192 737,192 0000000000000000000234930f270ea64dd660c6ba638d193744b02452880345 2,862 1.00/1.00 vMB 35
737,191 737,191 000000000000000000080454c66841c321906575bb3deecade4536f00786a7d9 1,846 1.00/1.00 vMB 20
737,190 737,190 00000000000000000001030c1bb8cddb401e3314990a523a38b6ea14eedd3219 2,193 1.00/1.00 vMB 15
737,189 737,189 00000000000000000004291f27d091414c5f00b2fb22d1d7df16ae1baf5bd219 2,502 1.00/1.00 vMB 15
737,188 737,188 0000000000000000000782f53befdbf8986e7b185d59284a8b7bccf1de457df0 2,479 1.00/1.00 vMB 16
737,187 737,187 00000000000000000005dc88f24d1929333c39a9ba77361e38f59256cbb25f72 2,127 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.