Loading Tool

Explorer IconExplorer

Memory Pool

78,592 transactions
29.84 vMB
0.07525167 BTC
Random Selection Loading Transactions
Max Size: 182.19/200 MB

Candidate Block

Mining Attempt c1af4de63c68bd2c5de6bbdb55b3b04f86bd0584c27a2a8756a41eb6d85b11e8
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 7b5b65163c1459a5868a30d64d5cb9bf9db164df9333a24a188e932a8f7c87c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,935
Size: 1.00 vMB
Total Fees: 0.00919978 BTC
Feerates: 150.58 > 0.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (368,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,086 547,086 00000000000000000009129c3f2727a0ef10b9fc14aa475f5c2b6047d3e87843 1,914 0.99/1.00 vMB 7
547,085 547,085 000000000000000000195a75732909c71ce288afaa670dae0f6910c5f133a904 2,717 1.00/1.00 vMB 14
547,084 547,084 000000000000000000212df6ba52554aac95b143ec9fceca5c65087bfccbe46c 2,939 1.00/1.00 vMB 29
547,083 547,083 00000000000000000006dfcb7567ba988284b50cd6ef3c6786d1744e239309d4 1,714 1.00/1.00 vMB 3
547,082 547,082 0000000000000000001861369ba81750af9d6f905a8c460293d3c327a8d30f57 2,519 0.94/1.00 vMB 22
547,081 547,081 000000000000000000110a328cb7ad8a6972b6c681c875c8e81dfc25613cc7a7 1,484 1.00/1.00 vMB 7
547,080 547,080 0000000000000000000818ae206a7e11fc5c15d031d547a60f8da5bcb8cc1bb1 3,492 1.00/1.00 vMB 15
547,079 547,079 000000000000000000213d783ef8bbebb9e3b742329fbacd982bd0e183e0d225 1,757 0.70/1.00 vMB 10
547,078 547,078 000000000000000000173e45733a34862c44c3ec7a7ced7c4871a149a27c7a34 1,032 0.43/1.00 vMB 15
547,077 547,077 0000000000000000000381d69f5891eb19270c62f73950985bd6be639e1b3501 64 0.04/1.00 vMB 14
547,076 547,076 000000000000000000119604c2a6f0d023ecad5555e5fc1f1afb6a14e0301074 1,115 0.52/1.00 vMB 12
547,075 547,075 00000000000000000000ca4b292dfc728b71a283e23ef7e05a83da544720c26a 624 0.40/1.00 vMB 8
547,074 547,074 0000000000000000001597e6a9bb0030fd7c2d92a56f043534c3ee9e0ee57211 1,755 1.00/1.00 vMB 11
547,073 547,073 0000000000000000000b8a4b333edf58bab4b87fac9567e6099c507453706ba0 905 1.00/1.00 vMB 4
547,072 547,072 00000000000000000022eb23b87f3716be923a4daf82c588ae7818fcd8f9a63d 2,467 1.00/1.00 vMB 3
547,071 547,071 0000000000000000001a3dae340b4deb83c8f871d9b20430d890826472c3e08a 734 0.27/1.00 vMB 16
547,070 547,070 00000000000000000026d69e7447b1d8f2db4d178655e91cb428c60700d1e424 3,093 1.00/1.00 vMB 12
547,069 547,069 0000000000000000001b4d8451d3fdf0d012284cf6bcda57fc1a9f48203ba561 3,147 1.00/1.00 vMB 15
547,068 547,068 000000000000000000142f38b1c03491b2036970310a45bae58bf14e5ecf6471 958 0.48/1.00 vMB 14
547,067 547,067 00000000000000000008ecfc7272f03b27c8311a9c78278913895fc11144f1b9 3,141 1.00/1.00 vMB 12
547,066 547,066 000000000000000000187868fe3ac0d0bbd36161f0d97e3332928f2ea54baf5a 2,906 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.