Loading Tool

Explorer IconExplorer

Memory Pool

47,295 transactions
28.42 vMB
0.11260857 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt bf25ebf0e72b07d7b1d24a0b414e1c82b9d908c55e461d4c2b5c1c4280acd755
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 7647ba839986dbfba8b12bff76d3f690118c7ba530aa81de3b56042e46f40b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.04563229 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (564,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,139 350,139 00000000000000001082a6ebe126b2c64f4f832c5186287a0c9d115b35c32162 786 0.75/1.00 vMB 16
350,138 350,138 0000000000000000028d5ae90854a78b7a7634a1a35f9420197fef6b762c3fcf 2,195 0.75/1.00 vMB 41
350,137 350,137 0000000000000000052d30895bed79a25e1e2c27d312ccf8db8cf4bfb8fb0ffb 2,054 0.75/1.00 vMB 40
350,136 350,136 000000000000000004f464b0ab5fcf790b0346e56cc50eaf8ad669cf758d7fd2 1,103 0.58/1.00 vMB 29
350,135 350,135 00000000000000001340f0c6c05cb3a0c210c7240daa338a715ddfcbfc6eb702 186 0.11/1.00 vMB 24
350,134 350,134 0000000000000000039e332c7b6c1495ccac60850cc3f05d1df9c95293913316 183 0.10/1.00 vMB 20
350,133 350,133 00000000000000001073b99cb4202243400e286bbb8848dc17df0726e1e38c49 977 0.65/1.00 vMB 18
350,132 350,132 0000000000000000130b95e8829a0a78dd23cd12f25b0578ddc0515cff841fe4 542 0.25/1.00 vMB 34
350,131 350,131 000000000000000003239adb76ac57e1c7def0342d1f6b2e39eb9278aeec407f 2,047 0.99/1.00 vMB 25
350,130 350,130 00000000000000000a621c00a2d55c837e69fdcf91c3ea91159743ff83c1e2e1 1,547 0.75/1.00 vMB 19
350,129 350,129 0000000000000000068a27c7697c26bfc65b84e4634405af5acc016d7fd97017 1,245 0.75/1.00 vMB 23
350,128 350,128 00000000000000000d5f5ba6a2a402277bd7312ae9cd9053467651dbc5e24cc6 769 0.75/1.00 vMB 18
350,127 350,127 00000000000000000b7a9f6329773302871722c3e657299f7ddf6b102ca112ed 755 0.75/1.00 vMB 17
350,126 350,126 00000000000000000f893baf0f62e53069f0ecfbbda3e10f4185aae37143c5df 1,835 0.75/1.00 vMB 28
350,125 350,125 000000000000000015f9a7159439825a4d6da8a78a83df571fc1fb5cabb6b20a 3,674 1.00/1.00 vMB 56
350,124 350,124 000000000000000005ad56a6788460e01550ad240c025d6fdc855634863d13d8 512 0.33/1.00 vMB 22
350,123 350,123 00000000000000000249625610d48fcadadc7a287e9118be4bc13d1e02e36af1 1,783 0.75/1.00 vMB 34
350,122 350,122 000000000000000008fd48b4421da18bdaa8c7275c564eb9b61fe36f34a73085 1,404 0.93/1.00 vMB 19
350,121 350,121 000000000000000014a74ff9deb5cdc7ecde31d21ba34a9ea0fa9b80cdf5d0c0 1,644 0.75/1.00 vMB 31
350,120 350,120 000000000000000005303a57d3345fad7316e47888186bafb479d690f414aa51 2,198 1.00/1.00 vMB 45
350,119 350,119 00000000000000001458f25bf38a49b3e32e78352ad0c35279fc3136dec88bd1 599 0.25/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.