Memory Pool Memory Pool Refreshing

4,099 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,100 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,076 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,099 (793,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,985 114,985 000000000000b72249d78c3567e6beae77f55ba73c354b34a369f054aa619e1a 0.00 MB 9 317
114,984 114,984 000000000000302b38361230c888e834468103175de01155d13b668c64a432a0 0.00 MB 10 0
114,983 114,983 000000000000bc0929e73a55339679d7e64d85641c0d9a569f383f0b53262eb4 0.01 MB 16 790
114,982 114,982 0000000000001db8e01861ebcddd1ad37bdca4d0d968e5d45c1101f3b5ba987a 0.01 MB 12 594
114,981 114,981 000000000000bba51fb69769bd42bcbd20208f3c5da674c2752e796e6e40b9bf 0.00 MB 7 0
114,980 114,980 00000000000075aaa73b7686c144960d9290d465c0d2fe824db9e5280e3230b7 0.00 MB 1 0
114,979 114,979 0000000000003958f196016414f377256fdb4431da78d72ddc657ffd907c5fe9 0.00 MB 2 3,875
114,978 114,978 000000000000e2f111623930202cecc70e95191e004d2b051ae2bffa4650c943 0.00 MB 9 0
114,977 114,977 00000000000014999de7db5f3cc4a30aa86e55bb54b6db6fda26a35d8e0467ae 0.00 MB 1 0
114,976 114,976 00000000000065f3032655ce1f7d3afc1e42c63ec1c0869f59d6811dcf994686 0.00 MB 10 0
114,975 114,975 000000000000639c41942b4c61e204be3e924171c67889dda513237574925b22 0.00 MB 9 0
114,974 114,974 000000000000da97d2ba7ddb5d3c9b48980b92bb12f3926bb0382615853fbaca 0.00 MB 1 0
114,973 114,973 0000000000006827095461c2879058b1a71702dbe6a62c495343e256d0c32326 0.00 MB 8 0
114,972 114,972 0000000000008e1f2ed45874767749b9009c3551ff23cf6d5d3ed148b1011ad0 0.00 MB 1 0
114,971 114,971 0000000000005f240325d0400ce998b8660aa72c694ab506e5051586a931e2fa 0.00 MB 5 244
114,970 114,970 000000000000bb9f9b8df864e43f06fd9750e96c5f0b36597c49c09be3caa6f2 0.01 MB 7 0
114,969 114,969 00000000000004a010aae4616741ac1fe533a8f120c77cbb092fd388fef2f7c6 0.00 MB 5 3,875
114,968 114,968 00000000000099ebee22720fb243d2ce0bbabc2c1493a6a67706a3e4c7669cb4 0.01 MB 19 0
114,967 114,967 00000000000058f926fa7b30847faf04a41da81ed3192a207f4b67e578a0c520 0.00 MB 6 824
114,966 114,966 00000000000061b53ebc7d41f9d3f65512127c1c3ea24a9ded66b993998bd7bb 0.00 MB 13 0
114,965 114,965 0000000000007ccf2c537626c039555b320eca2435355a007b1be44c7d3ec9b3 0.01 MB 16 623
Previous 10 blocks ↓
Total Size: 769.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,678.98 GB sent, 96.55 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.