Loading Tool

Explorer IconExplorer

Memory Pool

80,662 transactions
30.00 vMB
0.07896824 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt 2695b6d01f9b3a6bbb1127a31e3ddca31c54d0f3fdbdff04d4003fe0a7857d77
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 3537b58469449be6810bc8a0c08f4e18b14fc4db7f439b20b3efb197e1ff194e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01757929 BTC
Feerates: 197.70 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (519,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,828 395,828 000000000000000006bbdf0320d710076c1d62cfdb5dcea47a8a32743422ce33 633 0.34/1.00 vMB 45
395,827 395,827 000000000000000004e1fafd517a7ba1c2a22501cbfab3738c5196a23181f4d3 1,089 0.49/1.00 vMB 41
395,826 395,826 0000000000000000033da4530e84e5bc608fa1f926f174d70105ecae47690d0d 362 0.20/1.00 vMB 26
395,825 395,825 000000000000000001f4489b433a0001999f86a7de5564238252659639430c78 293 0.12/1.00 vMB 61
395,824 395,824 00000000000000000614d3e41c0eaa175dc86b3e62b619ea9e5484d4a54fed1e 933 0.44/1.00 vMB 39
395,823 395,823 000000000000000006f3e2c2b7adc5095ad67e9788b5441424ddcafb809df21f 1,636 0.90/1.00 vMB 30
395,822 395,822 0000000000000000008d02caa93d4c445103673080a8e0d54cac7a77185a4a40 480 0.19/1.00 vMB 42
395,821 395,821 000000000000000002aaff0013c3419193037a7ba7a63aaf104fc91f4093fadd 506 0.29/1.00 vMB 26
395,820 395,820 00000000000000000314160674b2ecb0b91fd6e843d2870d84a738c2dbb7e1a8 68 0.03/1.00 vMB 46
395,819 395,819 0000000000000000008fb234d60e9baf8e2acb21e9ba07850d190d5ab1fb8b3d 1,438 0.76/1.00 vMB 37
395,818 395,818 000000000000000000b34484945a9f3bb1dd4bc5b4d54e6a83078ad3f17bc874 289 0.23/1.00 vMB 83
395,817 395,817 00000000000000000067c12b81d29147627fcf4cfbb98ee9d66e31e215a4377d 2,141 0.93/1.00 vMB 42
395,816 395,816 00000000000000000664404549bf6595fb7c8c78cc178c65e0164bf581338fdc 866 0.75/1.00 vMB 21
395,815 395,815 0000000000000000081e0b2d308ba33f2a70d1292cce9d9cffdb23d0031b42dc 180 0.11/1.00 vMB 34
395,814 395,814 00000000000000000866c35ef1670c52a7dadca500ee1c2ef53178a2c51938a2 1,659 1.00/1.00 vMB 30
395,813 395,813 000000000000000006611d258174b89efca274aeb988eb548b908040f0f4b738 1,355 0.45/1.00 vMB 59
395,812 395,812 00000000000000000542ef897490138a2ba0b65ad5595f78d96c99b210c5f037 1,624 0.98/1.00 vMB 35
395,811 395,811 0000000000000000043c8eb053250359435990c7e3a013127153f82c97bb4b0e 1,927 0.93/1.00 vMB 29
395,810 395,810 00000000000000000640be8db35868bedf58a7f8b89f3352677e0063cb1c953d 1,288 0.61/1.00 vMB 64
395,809 395,809 0000000000000000043f3eb4e8eaa57086ef2f6ec15b09c0bf58e69d84539cd1 2,530 1.00/1.00 vMB 65
395,808 395,808 0000000000000000043b19a85ca95cabf8fa26f659397594ff211c786af4dfd7 1,420 0.99/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.37 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: 663.77 GB
    • Received: 14.93 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.